Message-ID: <loom.20090115T072346-383@post.gmane.org>
Date: 2009-01-15T07:26:15Z
From: Dieter Menne
Subject: Interface to open source Reporting tools
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