本文介绍了如何从 Web 服务器(如 Apache)中调用 R?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

也就是说,是否有可用的嵌入式 R 解释器?

That is, is there an embedded R interpreter available?

推荐答案

您可以使用 Jeff Horner 出色的 rapache.

You could use Jeff Horner's excellent rapache.

其他类似于 CGI 的选项在 R 常见问题解答的第 4 节讨论了 Web 界面.

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

这篇关于如何从 Web 服务器(如 Apache)中调用 R?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 21:21