[R-SIG-Finance] Report production in R?
Brian G. Peterson
brian at braverock.com
Thu Jan 15 12:43:02 CET 2009
julien cuisinier wrote:
> Is anyone aware of a reporting package in R?
> e.g. if I compute many metrics on a portfolio & want to create directly in R a nice looking report
>
> Any idea/suggestion welcome
Robert has already suggested Sweave.
Note that with both graphics and text, you can also output to Postscript and
PDF files. With a little work, you can combine your textual data into tables
(I usually use a data.frame) and output as a PDF. With a little more work, you
can combine graphics and tables on a PDF page, all from inside R.
There is also a plugin available for OpenOffice that works like Sweave in OOo.
For future reference, this question belonged on r-help, as it is not really
finance related. Many threads on r-help over the years have covered this topic.
Regards,
- Brian
--
Brian G. Peterson
http://braverock.com/brian/
Ph: 773-459-4973
IM: bgpbraverock
More information about the R-SIG-Finance
mailing list