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.
我对通过 R 调用控制交互式 CLI 应用程序感兴趣。
我无法让我的脚本完全工作。似乎该进程在第一次输入后被终止(请参见下面的代码)。
Unix程序看起来像:
输入你的名字: _
请输入您的年龄:_
...
脚本如下所示:
library(processx) p <- process$new('unix_program') p # PROCESS 'unix_program', finished.