[問題類型]:
經驗諮詢(載入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
想請問各位專家哪裡出錯了,謝謝