--- Tom Willems <[EMAIL PROTECTED]> wrote:

> Dear R-ussers,

> One other thing i d like to know is how to save a
> Table output from R, directly to a table in word?
> copy paste destroys the layout of the table.

One way that is not absolutely direct but which works
nicely is the xtable package. It will export tables in
html format that can be opened in Word.

An alternative is to save the table in csv format
(write.csv) and edit it in a spreadsheet like Excel or
OpenOffice.org Calc.


      Looking for the perfect gift? Give the gift of Flickr!

______________________________________________
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