get_human_hazard_by_dtxsid_batch {ccdR} | R Documentation |
Get human hazard data by DTXSID batch
Description
Get human hazard data by DTXSID batch
Usage
get_human_hazard_by_dtxsid_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
Server = hazard_api_server,
verbose = FALSE
)
Arguments
DTXSID |
A list of chemical identifier DTXSIDs. |
API_key |
The user-specific API key. |
rate_limit |
Number of seconds to wait between each request |
Server |
The root address for the API endpoint |
verbose |
A logical indicating if some “progress report” should be given. |
Value
A data.table containing chemical human hazard data.
Examples
# Pull human hazard data for multiples chemicals
dtxsid <- c('DTXSID7020182', 'DTXSID2021315')
dtxsid_human_hazard <- get_human_hazard_by_dtxsid_batch(DTXSID = dtxsid)
[Package ccdR version 1.1.0 Index]