download.file出错;没有相应的文件和目录

时间:2014-07-25 11:21:22

标签: r csv

我是R和编程newb并且正在尝试从以下位置下载文件:

https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2Fss06hid.csv

我使用了download.file,我的代码是:

URL< - ' https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2Fss06hid.csv'

DOC< -download.file(URL,destfile =' ./测试/ communities.csv&#39)

我收到错误:

download.file出错(url,destfile =" ./ test / communities.csv"):   无法打开destfile' ./ test / communities.csv',原因'没有这样的文件或目录'

但是当我使用getwd()检查我的工作目录时,它显示它在那里:

  

getwd()   [1]" C:/Users/puneet.kumar/Desktop/R practice / R lesson / Data cleaning / test"

你能帮我解决这个问题。在此先感谢您的帮助。

2 个答案:

答案 0 :(得分:1)

download.file(url = "https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2Fss06hid.csv", destfile = "communities.csv")

那应该做你需要的。由于您已经在test,因此您没有指定./test,因为他们正在寻找.../test/test

答案 1 :(得分:0)

这意味着您的文件存储路径错误

define destfile="storefile"