开发者

ODS functionality in R [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_开发百科 Closed 11 years ago.

Is there any functionality in R which is just like that of ODS functionality in SAS?


As Joris mentioned, some more details on your end will help us help you. In the mean time, here are some links to the functions / resources listed above to get you started:

  • Flat files - look at ?write.table. You can easily write out comma, tab, or other arbitrary delimited files
  • Images - look at ?jpeg. There are equivalent functions for bmp, png, and tiff
  • HTML output - CRAN package R2HTML and xtable
  • PDFs - single or multipage PDFs can be generated with ?pdf
  • PDF via LaTeX - look at ?Sweave. This is not for the faint of heart if you don't understand LaTex. Also look at lyx for an alternative though I have no experience there. brew is another templating approach that looks promising as well.
  • Word or word like documents - look at package odfWeave or r2wd or R2PPT

In general, take a look at the ReproducibleResearch task view on CRAN for other alternatives and more details about the above.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜