get_exposure_functional_use {ctxR} | R Documentation |
Retrieve exposure related functional use data
Description
Retrieve exposure related functional use data
Usage
get_exposure_functional_use(
DTXSID = NULL,
API_key = NULL,
Server = exposure_api_server,
verbose = FALSE
)
Arguments
DTXSID |
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. |
Value
A data.frame of functional use data.
Examples
# Pull functional use data for BPA
bpa <- get_exposure_functional_use(DTXSID = 'DTXSID7020182')
[Package ctxR version 1.0.0 Index]