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