Retrieve demographic exposure predictions for chemicals via batch
Source:R/exposure-APIs-batch.R
      get_demographic_exposure_prediction_batch.RdRetrieve demographic exposure predictions for chemicals via batch
Usage
get_demographic_exposure_prediction_batch(
  DTXSID = NULL,
  API_key = NULL,
  rate_limit = 0L,
  Server = exposure_api_server,
  verbose = FALSE
)Value
A named list of data.frames, each containing demographic exposure prediction data for each input DTXSID.
Examples
if (FALSE) { # has_ctx_key() & is.na(ctx_key() == "FAKE_KEY")
# Pull demographic exposure prediction data for multiple chemicals
dtxsid <- c('DTXSID7020182', 'DTXSID2021315')
exp_demo <- get_demographic_exposure_prediction_batch(DTXSID = dtxsid)
}