完成CPS data found here的下载脚本。根据最近的更新逐字使用脚本,除了我为我的环境添加的Java修改(如下所示),以修复loadnamespace中以前的错误。虽然我熟悉R的基础知识,但这是我第一次涉足MonetDBLite。
# configure Java
if (Sys.getenv("JAVA_HOME")!="")
Sys.setenv(JAVA_HOME="")
library(rJava)现在我得到了以下错误,这通常发生在400,000条asec线路中的380,000条被处理之后。
Warning message:
In readLines(url) :
incomplete final line found on 'http://thedataweb.rm.census.gov/pub/cps/march/asec2015early_pubuse.dd.txt'
Error in dbConnect(MonetDBLite::MonetDBLite(), dbfolder) :
error in evaluating the argument 'drv' in selecting a method for function 'dbConnect': Error: 'MonetDBLite' is not an exported object from 'namespace:MonetDBLite'发布于 2016-06-10 16:44:22
MonetDBLite刚刚在CRAN上更新,请重新安装。
https://stackoverflow.com/questions/37734772
复制相似问题