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.
Excel スプレッドシートから R コードをトリガーしたい。Rexcel以外のオプションは見つかりませんでした。これを行うための代替またはより簡単な方法はありますか (VBA を使用する可能性があります)。
VBA では任意のコマンド ライン プログラムを呼び出すことができるため、バッチ モードで R を呼び出すことができます。
Call Shell("R --vanilla scriptfile.R outputfile.txt")