Retrieve httk data via batch search
Usage
get_httk_data_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
Server = exposure_api_server,
verbose = FALSE
)
Examples
if (FALSE) { # has_ctx_key() & is.na(ctx_key() == "FAKE_KEY")
# Retrieve information for BPA and Caffeine
dtxsids <- c('DTXSID7020182', 'DTXSID0020232')
httk_data <- get_httk_data_batch(DTXSID = dtxsids)
}