View source: R/exposure-APIs-batch.R
| get_biomonitoring_data_batch | R Documentation |
Get biomonitoring data via batch
get_biomonitoring_data_batch(
DTXSID = NULL,
API_key = NULL,
Projection = "",
rate_limit = 0L,
Server = "https://comptox.epa.gov/ctx-api/exposure",
verbose = FALSE
)
DTXSID |
Chemical identifier DTXSID |
API_key |
The user-specific API key |
Projection |
Optional parameter controlling return type. |
rate_limit |
Number of seconds to wait between requests |
Server |
The root address for the API endpoint. |
verbose |
A logical indicating if some "progress report" should be given. |
A list of data.frames of biomonitoring data corresponding to the input DTXSIDs.
# Retrieve biomonitoring data for BPA and Caffeine
get_biomonitoring_data_batch(DTXSID = c('DTXSID7020182', 'DTXSID0020232'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.