Actions
Task #6801
closedInstall mdbtools
Start date:
Feb 02, 2017
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development, Pre-Production, Production
Description
I need to open an MS Access database from R Studio.
For this, I have this piece of code that is working on my computer (Linux):
library(Hmisc)
path_to_iccat_access_db<-"/home/ptaconet/Bureau/Sardara_R_scripts/OriginalData_TRFMOs/ICCAT_2016_11/CE/t2ce_20161114web.mdb"
t2ce<-mdb.get(path_to_iccat_access_db,tables='t2ce')
The Hmisc library needs mdb-tools to work correctly (as explained here: http://svitsrv25.epfl.ch/R-doc/library/Hmisc/html/mdb.get.html and showed on the attached picture)
Is is possible to install the mdb-tools on the machine?
Regards,
Paul
Files
Actions