Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to call R from within a web server (like Apache)?

That is, is there an embedded R interpreter available?

like image 531
Dan Goldstein Avatar asked Sep 08 '09 17:09

Dan Goldstein


2 Answers

You could use Jeff Horner's excellent rapache.

Other options that are CGI-alike are mentioned in the section 4 of the R FAQ which discusses Web interfaces.

like image 172
Dirk Eddelbuettel Avatar answered Oct 21 '22 02:10

Dirk Eddelbuettel


You can used Shiny app into R http://shiny.rstudio.com/tutorial/

like image 31
Sahil Desai Avatar answered Oct 21 '22 02:10

Sahil Desai