Re: [R] Interface to open source Reporting tools

2009-01-15 Thread Philippe Grosjean

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@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.




__
R-help@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.


Re: [R] Interface to open source Reporting tools

2009-01-14 Thread Dieter Menne
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

__
R-help@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.