我一直在尝试执行一个简单的 test.R
setwd("C:\Users\jdd\Documents")
test <- 2*6598
filename = "test.csv"
write.csv(test,file=filename)
在 Windows 中通过以下命令行命令:
"C:\Program Files\R\R-2.15.2\bin\R.exe" CMD BATCH --vanilla --slave "C:\Users\jdd\Documents\test.R"
当我执行此操作时,我收到以下错误:
The system cannot find the path specified.
我一直在尝试根据提供的错误消息制定解决方案,但到目前为止失败了。想知道是否有人可以帮助我,以便我可以直接从命令行执行脚本。谢谢