How to generate a report with graphics and tables?
On Wed, 2004-01-28 at 15:01, Olaf B?rger wrote:
Hello R-Users, I have some data sets which change on a daily bases. So far I have imported these sets into R, done all my evaluations resulting in a couple of plots, charts and tables of numbers which I copy&pasted via clipboard into Powerpoint. The procedure is always the same and I wonder, whether there is no easier way for doing so. Is there some type of "report generator" available or some HowTo on this. Can anybody give me a hint on where to look for? Regards, Olaf B?rger
You might want to look at Sweave, which is perfect where you have standardized output formats, based upon changing datasets. More information is available here: http://www.ci.tuwien.ac.at/~leisch/Sweave/ and you can search the r-help archives for additional information. HTH, Marc Schwartz