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

风格不统一 提交于 2019-11-28 00:02:47

问题


That is, is there an embedded R interpreter available?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/1395174/how-to-call-r-from-within-a-web-server-like-apache

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!