[问题] 加载资料(已解决)

楼主: bruce89 (啊猛)   2018-07-11 20:26:30
[问题类型]:
经验咨询(加载csv档却出现错误)
[软件熟悉度]:
新手(没写过程式,R 是我的第一次)
[问题叙述]:
目前在上Udemy郭老师的R语言,在第43讲的地方卡住,练习是
希望我们读取老师提供的档案boston-celtics-2007-08.csv
我是先将路径指定到我的下载资料夹,并将老师提供的档案也放置于此
downloads_windows <- "C/Users/Dell/Downloads/"
接着执行以下两行(这两行其实我看不太懂它的意思)
csv_file <- "C/Users/Dell/Downloads/boston-celtics-2007-08.csv"
csv_df <- read.csv(csv_file)
但在console出现以下错误讯息
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'C/Users/Dell/Downloads/boston-celtics-2007-08.csv': No
such file or directory
想请问各位专家哪里出错了,谢谢
作者: clansoda (小笨)   2018-07-11 20:35:00
you should put a : after your disk, like C:/datapathThe error message tell you that the file path isincorrect
楼主: bruce89 (啊猛)   2018-07-11 22:04:00
I should have checked it twice! many thanks
作者: celestialgod (天)   2018-07-11 22:49:00
file.exists(csv_file)是TRUE还是FALSE?如果是TRUE,问题就可能是权限了如果是FALSE,就真的是你档案放错地方或是打错名字可以试试看用list.files(dirname(csv_file))确定一下
作者: asdwezx25 (ky)   2018-07-12 08:30:00
应该是档名对了,但绝对路径不完整...
楼主: bruce89 (啊猛)   2018-07-15 13:29:00
谢谢以上版友

Links booklink

Contact Us: admin [ a t ] ucptt.com