标签: r perl function
有没有办法从Perl脚本调用R用户定义的函数?
我看过这个模块:
http://metacpan.org/pod/Statistics::R
它给出的例子是原生R函数。
有没有办法调用我定义的功能?
感谢!!!
答案 0 :(得分:0)
只需在R调用中定义函数即可。 诀窍是不要使用&#34; =&#34;但&#34;&lt; - &#34;。 例如 $ R-&gt;运行(QQ ff<-function()"helloworld";ff());
ff<-function()"helloworld";ff()