[问题类型]:
经验咨询(加载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
想请问各位专家哪里出错了,谢谢