标签: r command line
我正在尝试从R调用命令行。一个简单的例子是:
system(paste(“cd”,getwd()))
但是,我收到以下错误消息:
警告消息:正在运行命令'cd>> C:/ Users /具有状态127
我该怎么做才能解决这个错误?