计划是将 Access 数据库导入 R 以过滤出我需要进行统计分析的内容。一位同事向我建议了以下代码:
library(Hmisc)
d <- mdb.get('140410_db_vegBY1.mdb')
#(data under #https://www.dropbox.com/sh/ra588lailweynrq/AACRVqMKWtd9Zz7fa94O9CAUa)
# ERROR: sh: mdb-tables: command not found
# Fehler in system(paste("mdb-tables -1", file), intern = TRUE) :
# Fehler bei der Ausführung des Kommandos
搜索后,我开始在我的 mac OS X 10.9.2 上安装 mdb 工具,链接如下: http://automatthew.wordpress.com/2008/06/23/how-to-compile-mdbtools-on-mac-os -x-10-4-and-10-5/#comment-124 但它不起作用,但线程似乎处于非活动状态。有人可以帮助我吗?