Get human hazard data by DTXSID batch
Source:R/hazard-APIs-batch.R
get_human_hazard_by_dtxsid_batch.Rd
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
)
Examples
if (FALSE) { # has_ctx_key() & is.na(ctx_key() == "FAKE_KEY")
# Pull human hazard data for multiples chemicals
dtxsid <- c('DTXSID7020182', 'DTXSID2021315')
dtxsid_human_hazard <- get_human_hazard_by_dtxsid_batch(DTXSID = dtxsid)
}