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@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
> 
> 

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to