我在R中使用了命令file.copy,它引發了一個錯誤,但是我找不到原因。file.copy in R not working
file.copy(from="Z:/Ongoing/Test", to = "C:/Users/Darius/Desktop", overwrite = TRUE, recursive = TRUE)
Warning message:
In file.copy(from = "Z:/Ongoing/Test",:
problem copying Z:/Ongoing/Test to C:/Users/Darius/Desktop/Test: No such file or directory
任何人都可以看到問題嗎?命令行不起作用,即使它只給你一個警告信息。
那麼,你確定源路徑是有效的嗎?文件是否存在? – michel404
'Z:/正在進行/測試'是一個文件或目錄?有沒有一個名爲「測試」的文件和目錄? –
什麼是list.files(「Z:/ Ongoing /」返回?是否有一個名爲(exacly)「Test」的文件?我懷疑可能有一個名爲「test.doc」或「Test.xlsx」的文件,而你認爲它是因爲你的文件瀏覽器隱藏數據而被命名爲「測試」 –