请假设该卷的编号为BOB
,并在此附上一个文本文档:/Volumes/BOB/datarafter/data.txt
。
setwd("/Volumes/BOB/") # This works
setwd("/Volumes/BOB/datafolder/") # This reverts to $HOME or ~ and doesn t go to the folder...
因此,每当我试图指出一卷数据集时,我就告诉我:
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
cannot open file /Volumes/BOB/datafolder/data.txt : Operation not permitted
我尝试把计算机主要驱动器的数据分门别类,并投入使用。 然而,数据非常庞大,无法把全部数据输入我的主要动力。 能够直接从外部硬性驱动器读取数据,将是一件难事。
如何通过<代码>RStudio做到这一点?
I found this question but not a compelling answer for this. R list.files(my_working_directory) shows no files but I know they are there. How to fix?