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