文件错误(con,“rb”):无法打开连接 - 加载文件MAC

时间:2017-04-21 09:41:14

标签: r input osx-yosemite

我阅读了与此错误相关的所有其他问题,但它们似乎无法解决我的问题。我正在尝试使用MAC在R中加载SAS文件(并尝试使用RStudio)。因此,对于Windows我没有任何问题。我尝试了以下代码,甚至重新安装了R和RStudio。有没有办法解决这个问题?

install.packages("sas7bdat")      
library(sas7bdat)
kollektiv <- read.sas7bdat("/Volumes/JOJO/Bonn/2. Food composition data-DONALD/complete.sas7bdat")

Error in file(con, "rb") : cannot open the connection
In addition: Warning message:
In file(con, "rb") :
  cannot open file 'Volumes/JOJO/Bonn/2. Food composition data-DONALD/Intake across and within DONALD/complet.xpt': No such file or directory

0 个答案:

没有答案