View source: R/chemical-APIs.R
get_fate_by_dtxsid | R Documentation |
Get fate by DTXSID
get_fate_by_dtxsid(
DTXSID = NULL,
API_key = NULL,
Server = chemical_api_server,
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 chemical information for the chemical with DTXSID matching the input parameter.
# Pull chemical fate data for BPA
bpa <- get_fate_by_dtxsid(DTXSID = 'DTXSID7020182')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.