View source: R/exposure-APIs.R
| get_aggregate_records_by_medium | R Documentation |
Get aggregate records by medium
get_aggregate_records_by_medium(
Medium = NULL,
API_key = NULL,
Server = "https://comptox.epa.gov/ctx-api/exposure",
pageNumber = 1,
verbose = FALSE
)
Medium |
The mmdb medium of exposure. |
API_key |
The user-specific API key |
Server |
The root address for the API endpoint |
pageNumber |
Parameter for how to return data records. |
verbose |
A logical indicating if some "progress report" should be given. |
A list of search parameters and data of aggregate record data by medium.
#Pull aggregate records for BPA by medium
bpa_agg_records <- get_aggregate_records_by_medium(Medium = 'surface water')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.