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

后端 未结 2 1940
难免孤独
难免孤独 2020-12-17 22:22

That is, is there an embedded R interpreter available?

相关标签:
2条回答
  • 2020-12-17 22:41

    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.

    0 讨论(0)
  • 2020-12-17 22:43

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

    0 讨论(0)
提交回复
热议问题