Interface to open source Reporting tools
Dieter Menne wrote:
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.
You probably mean R2HTML? Best, Philippe
Dieter
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.