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
)SMRU campaign ids to be downloaded from SMRU data server
destination path for saving .mdb files
SMRU data server username as a string
SMRU data server password as a string
timeout duration in s (default 120 s); sets options(timeout = timeout) to avoid mdb.zip download error from SMRU server
turn on/off progress indicator