fetches .mdb files from SMRU server and saves to a dest-ination directory

smru_get_mdb(
  cid,
  dest = NULL,
  user = NULL,
  pwd = NULL,
  timeout = 120,
  verbose = FALSE
)

Arguments

cid

SMRU campaign ids to be downloaded from SMRU data server

dest

destination path for saving .mdb files

user

SMRU data server username as a string

pwd

SMRU data server password as a string

timeout

timeout duration in s (default 120 s); sets options(timeout = timeout) to avoid mdb.zip download error from SMRU server

verbose

turn on/off progress indicator