Ger mrv file by DTXSID or DTXCID batch
Usage
get_chemical_mrv_batch(
DTXSID = NULL,
DTXCID = NULL,
API_key = NULL,
rate_limit = 0L,
verbose = FALSE
)
Examples
if (FALSE) { # has_ctx_key() & is.na(ctx_key() == "FAKE_KEY")
# Pull mrv files for multiple chemicals by DTXSID
dtxsid <- c('DTXSID7020182', 'DTXSID2021315')
mrv_files <- get_chemical_mrv_batch(DTXSID = dtxsid)
# Pull mrv files for multiple chemicals by DTXCID
dtxcid <- c('DTXCID30182', 'DTXCID001315')
mrv_files <- get_chemical_mrv_batch(DTXCID = dtxcid)
}