[R] Generating Reports from R.
Jim Lemon
jim at bitwrit.com.au
Tue Jun 17 11:12:09 CEST 2008
David Keegan wrote:
> Hi,
>
> I have a non-interactive R script that currently produces
> various graphs in png or pdf format. I need to program the
> script to combine the graphs with various pages of textual
> information, including some in tabular format, into an
> output report in pdf or html format.
>
> What is the recommended way of doing this?
Hi David,
You might find htmlize in the prettyR package will do what you want. The
R2HTML package is another possibility.
Jim
More information about the R-help
mailing list