[R] Interface to open source Reporting tools

Dieter Menne dieter.menne at menne-biomed.de
Thu Jan 15 08:26:15 CET 2009


srinivasa raghavan <srinivasraghav <at> gmail.com> writes:

> I am interested to generate  dashboard and reports based on data from  MS
> Access.  These reports need to be posted on a weekly basis to the web. The
> reporting interface should provide facilities for "what if" scenarios.
> 
> Is it possible to interface R analysis results to good open source reporting
> tools like Jasper Reports. what is the appropriate system requirements for
> carrying out real time reporting using R.

You could use package XML to produce jrxml output; or, probably easier for not
too complex reports, HTML could be generated by RHTML directly, including images.

Dieter




More information about the R-help mailing list