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
)

Arguments

cids

SMRU campaign ids

path2mdb

path to SMRU .mdb file(s)

tables

specify which tables to extract, default is to extract all tables

p2mdbtools

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/

verbose

turn on/off progress indicator