Get Aggregate Records by DTXSID via batch
Source:R/exposure-APIs-batch.R
get_aggregate_records_by_dtxsid_batch.Rd
Get Aggregate Records by DTXSID via batch
Usage
get_aggregate_records_by_dtxsid_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
Server = "https://comptox.epa.gov/ctx-api/exposure",
verbose = FALSE
)
Examples
if (FALSE) {
# Retrieve aggregate records data for BPA and Caffeine
get_aggregate_records_by_dtxsid_batch(DTXSID = c('DTXSID0020232',
'DTXSID7020182'))
}