There are a variety of packages that help format output using either
LaTeX or html. I've grown to prefer the latex() function in the Hmisc
packages, but you might also be interested in xtable (can output
either to LaTeX or html), R2html, or prettyR.

-Ista

On Fri, Dec 11, 2009 at 6:55 PM, Kim Jung Hwa <kimhwamaill...@gmail.com> wrote:
> Hi All,
>
> I'm a SAS user but I'm very much interested in learning R.
>
> I use ODS system in SAS to make nice frequency tables. Is it possible to
> export the output of table() [in TABULAR FORM]? So, that I can use those
> directly for publications? Thank you.
>
> # R Code:
> library(datasets)
> Orange
> summary(Orange) # outputing this, not as it is, but in table for. is it
> possible?
>
> ~Kim
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Ista Zahn
Graduate student
University of Rochester
Department of Clinical and Social Psychology
http://yourpsyche.org

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to