View source: R/exposure-APIs.R
| get_biomonitoring_data | R Documentation |
Get Biomonitoring data
get_biomonitoring_data(
DTXSID = NULL,
API_key = NULL,
Projection = "",
Server = "https://comptox.epa.gov/ctx-api/exposure",
verbose = FALSE
)
DTXSID |
The chemical identifier DTXSID |
API_key |
The user-specific API key |
Projection |
Optional parameter controlling return type. |
Server |
The root address for the API endpoint |
verbose |
A logical indicating if some "progress report" should be given. |
A data.frame containing general use keywords.
# Get biomonitoring data for Caffeine
get_biomonitoring_data('DTXSID0020232')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.