View source: R/exposure-APIs-batch.R
| get_aggregate_records_by_medium_batch | R Documentation |
Get Aggregate Records by medium via batch
get_aggregate_records_by_medium_batch(
Medium = NULL,
API_key = NULL,
rate_limit = 0L,
Server = "https://comptox.epa.gov/ctx-api/exposure",
verbose = FALSE
)
Medium |
The MMDB medium of exposure |
API_key |
The user-specific API key |
rate_limit |
Number of seconds to wait between each request |
Server |
The root address for the API endpoint |
verbose |
A logicial indicating if some "progress report" should be given. |
A list of data.frames containing aggregate records data for each input medium.
# Retrieve aggregate records data for 'surface water' and 'soil'
get_aggregate_records_by_medium_batch(Medium = c('surface water', 'soil'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.