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