因為工作需求
需要操作Access
希望可以用R語言來讀取,並從中分類資料
上網查詢後 得知需要用的套件為Hmisc
載下來後並測試幾次後 都無法成功讀取
煩請各位大大幫忙解惑
以下為我的程式碼
library(Hmisc)
Y<-mdb.get("C:/Users/hippo/Desktop/lahman-mdb_2016-03-02 (2)/lahman2015.mdb")
會一直噴以下錯誤
Error in system(paste("mdb-tables -1", file), intern = TRUE) :
'mdb-tables' not found