extracts specified tables from SMRU .mdb files, using Hmisc::mdb.get
smru_pull_tables(
cids,
path2mdb,
tables = c("diag", "haulout", "ctd", "dive", "summary"),
p2mdbtools = NULL,
verbose = FALSE
)
SMRU campaign ids
path to SMRU .mdb file(s)
specify which tables to extract, default is to extract all tables
path to mdbtools binaries. Specifying the path can avoid an error when calling from within RStudio, eg. on MacBook Pro M1 Pro with homebrew-installed mdbtools @ /opt/homebrew/Cellar/mdbtools/1.0.0/bin/
turn on/off progress indicator