以下R代码可以在我的Windows 8笔记本电脑上正常工作:
> inst<- "https://www.sec.gov/Archives/edgar/data/51143/000104746916010329/ibm-20151231.xml"
> options(stringsAsFactors = FALSE)
> xbrl.vars <- xbrlDoAll(inst, cache.dir = "XBRLcache", prefix.out = NULL, verbose=TRUE)
但是,当我尝试从我的Ubuntu 16.04机器运行它时,我收到以下输出:
fileFromCache(文件)出错:
download.file(file,cached.file,method =“auto”,quiet =!verbose)出错:
无法下载所有文件另外:警告信息:
在download.file(file,cached.file,method =“auto”,quiet =!verbose)中:
网址“https://www.sec.gov/Archives/edgar/data/51143/000104746916010329/ibm-20151231.xsd”:状态为“未找到404”
它找到了初始的xml文件,但后来找不到引用的模式。任何帮助,将不胜感激。提前谢谢。