Report production in R?
Pakcage R2HTML is nice for generating html output. Wayne -----Original Message----- From: r-sig-finance-bounces at stat.math.ethz.ch [mailto:r-sig-finance-bounces at stat.math.ethz.ch]On Behalf Of Ana Nelson Sent: 15 January 2009 11:50 To: r-sig-finance at stat.math.ethz.ch Cc: julien cuisinier Subject: Re: [R-SIG-Finance] Report production in R? I have actually started to use a document generation system called Webby, and a tool for integrating and syntax-highlighting text files called Idiopidae. It's much more flexible than Sweave (and much less painful to install). For example, you could integrate the output of an R script into a HTML or RTF (e.g. Word) document, as well as LaTeX. http://webby.rubyforge.org/ http://www.zedshaw.com/projects/idiopidae/ You could also just use Idiopidae on its own, it might be all you need. 2009/1/15 Brian G. Peterson <brian at braverock.com>
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
_______________________________________________ R-SIG-Finance at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. -- If you want to post, subscribe first.
_______________________________________________ R-SIG-Finance at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. -- If you want to post, subscribe first.