[Rd] Passing R code from webpage

Simon Urbanek simon.urbanek at r-project.org
Sun Feb 17 15:16:57 CET 2013


On Feb 16, 2013, at 6:48 PM, Matevz Pavlic wrote:

> Hi all, 
> 
> Is there a way to pass R code from web page (html file) to do some
> statistics and than plot the output in web browser. 
> 
> I am looking forever at this, and cant find a way.
> 

Typically this is done by sending an AJAX request to R and display the result (or simple forms if you want to). I use FastRWeb for this - it even has an example on how you create plots and other output. There is also rApache if you are using apache web server.

Cheers,
Simon


> Regards,m
> 
> 
> 
> --
> View this message in context: http://r.789695.n4.nabble.com/Passing-R-code-from-webpage-tp4658800.html
> Sent from the R devel mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
> 
> 



More information about the R-devel mailing list