Get msready by DTXCID batch search
Usage
get_msready_by_dtxcid_batch(
DTXCID = NULL,
API_key = NULL,
rate_limit = 0L,
verbose = FALSE
)
Examples
if (FALSE) { # has_ctx_key() & is.na(ctx_key() == "FAKE_KEY")
# Pull msready chemicals matching specific DTXCID
dtxcid_msready <- get_msready_by_dtxcid_batch(DTXCID = c('DTXCID30182',
'DTXCID001315'))
}