【发布时间】:2013-06-06 18:29:09
【问题描述】:
我已经安装了 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/...
有什么建议吗?
最好的问候!
【问题讨论】:
-
我使用
sftp和 WinSCP 将文件移入和移出 EC2 工作区 -
@user1665355 你能给我更多的指导吗?:)
-
如何让它们进入您的 EC2 实例?反过来做就行了……
-
@DirkEddelbuettel 对不起 Dirk 我是 AMI 的初学者...我在 Amazon 的 EC2 Manager 上找不到文件。我只能看到 R studio AMI 中的文件...
-
@DirkEddelbuettel 请给我任何关于如何从 rstudio AMI 查找和导出数据的建议:)
标签: r amazon-ec2 rstudio setwd