get_skin_eye_hazard {ctxR} | R Documentation |
Get skin and eye hazard
Description
Get skin and eye hazard
Usage
get_skin_eye_hazard(
DTXSID = NULL,
API_key = NULL,
Server = hazard_api_server,
verbose = FALSE
)
Arguments
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. |
Value
A data.frame containing skin and eye hazard data.
Examples
# Pull skin and eye hazard data for BPA
bpa_skin_eye <- get_skin_eye_hazard_batch(DTXSID = 'DTXSID7020182')
[Package ctxR version 1.0.0 Index]