- 尝试在网上下载excel然后打开,下载成功了,但是却无法打开文件
> download.file(fileurl,destfile = "pmi data.xlsx")
试开URL’http://data.eastmoney.com/cjsj/pmi.html'
Content type 'text/html' length 144327 bytes (140 KB)
downloaded 140 KB
> read.table("fileurl")
Error in file(file, "rt") : 无法打开链结
此外: Warning message:
In file(file, "rt") : 无法打开文件'fileurl': No such file or directory
>
请教各位大神,为啥无法打开文件,万分感谢
已经尝试过setwd,文件夹没有问题,是目录的文件夹
> getwd()
[1] "D:/coursera/coursera class examples"
> list.files("D:/coursera/coursera class examples")
[1] "300.csv" "data"
[3] "pmi data.xlsx"