Get Product Use categories via batch
Source:R/exposure-APIs-batch.R
get_product_use_categories_batch.Rd
Get Product Use categories via batch
Usage
get_product_use_categories_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
Server = "https://comptox.epa.gov/ctx-api/exposure",
verbose = FALSE
)
Examples
if (FALSE) {
# Retrieve product use categories for BPA and Caffeine
get_product_use_categories_batch(DTXSID = c('DTXSID7020182',
'DTXSID0020232'))
}