calling R script from java

后端 未结 5 1950
梦如初夏
梦如初夏 2020-12-08 05:36

I would like to call an R script from Java. I have done google searches on the topic, but almost all of the results I have seen would require me to add a dependency to some

5条回答
  •  借酒劲吻你
    2020-12-08 05:45

    ...would require me to add a dependency to some third party library...

    Why is that so bad? You make it sound like "...would require me to assault a honeybadger with a baseball bat..." I don't see the harm, especially if it works.

    Maybe RCaller can help you. No JNI required.

提交回复
热议问题