I've been following the "R Reports" topic in the digest mode, so
apologies if this has already been mentioned.  

On a Windows platform, there is a package called R2wd which I've
recently discovered and have been using.  It allows one to put data
frames (it's the only object I've tried so far) into a very nicely Word
formatted table.  E.g in its documentation it has this example:
        wdGet()
        wdTitle("The example mtcars")
        wdTable(format(mtcars))

I've used it to get the summary coefficients table from lm() into Word
nicely.  Once it is in Word, it is easy to change the format of the
table to your "standard" format.  This is a very new package but there's
certainly lots of potentials in it.

Another package that might be useful is the RExcelInstaller, which gives
an integration of R and Excel (again, Windows version, I believe).  I've
used it to call R from Excel directly.

Cheers
Kev


Kevin Wang
Senior Adviser, Government Advisory Services
Advisory

KPMG
10 Shelley Street
Sydney  NSW  2000  Australia

Tel     +61 2 9335 8282
Fax     +61 2 9335 7001
Mob     0404 518 301
kevinw...@kpmg.com.au <mailto:kevinw...@kpmg.com.au > 

kpmg.com.au <http://kpmg.com.au/> 

Best Accounting Firm - BRW Client Choice Awards 2010

Protect the environment: please think before you print




        [[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.

Reply via email to