Get Production Volume data via batch
Usage
get_production_volume_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
Server = "https://comptox.epa.gov/ctx-api/exposure",
verbose = FALSE
)
Examples
if (FALSE) {
# Retrieve production volume data for BPA and Caffeine
get_production_volume_batch(DTXSID = c('DTXSID7020182', 'DTXSID0020232'))
}