我已经安装了 Rstudio 服务器 Amazon EC2。它工作正常,但我不明白如何在本地计算机上保存文件......
例如,
x=5
write.csv(x,file="x.csv")
getwd()
[1] "/home/rstudio"
I can see the file in my working directory, but I cannot change w.d...
setwd("C:\\Users\\Paul\\Documents\\R")
Error in setwd("C:\\Users\\Paul\\Documents\\R") :
cannot change working directory
编辑:我收到网络错误:连接超时...如果我使用来自 codingthis.com/platforms/ec2/... 的说明使用 Putty... 或“主机不存在”如果我使用 winSCP...
有什么建议么?
此致!