Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は JRI を使用して Java から R を実行していますが、JRI がeval()メソッドを使用して R コマンドを実行していることがわかりました。実行用の R スクリプトが 1 つあります。
eval()
このスクリプトを JRI にロードして実行するにはどうすればよいですか?
Rコマンドでスクリプト全体を実行できますsource()
source()