get_general_exposure_prediction_batch {ctxR} | R Documentation |
Retrieve general exposure predictions for chemicals via batch
Description
Retrieve general exposure predictions for chemicals via batch
Usage
get_general_exposure_prediction_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
Server = exposure_api_server,
verbose = FALSE
)
Arguments
DTXSID |
Chemical identifier DTXSID |
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 named list of data.frames, each containing general exposure prediction data for each input DTXSID.
Examples
# Pull general exposure prediction data for multiple chemicals
dtxsid <- c('DTXSID7020182', 'DTXSID2021315')
exp_pred <- get_general_exposure_prediction_batch(DTXSID = dtxsid)
[Package ctxR version 1.1.2 Index]