View source: R/hazard-APIs-batch.R
get_cancer_hazard_batch | R Documentation |
Get cancer hazard batch
get_cancer_hazard_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
Server = hazard_api_server,
verbose = FALSE
)
DTXSID |
The chemical identifier DTXSIDs |
API_key |
The user-specific API key. |
rate_limit |
Number of seconds to wait between requests |
Server |
The root address for the API endpoint |
verbose |
A logical indicating if some “progress report” should be given. |
A data.table containing cancer hazard and related data for each input DTXSID.
# Pull cancer hazard data for multiples chemicals
dtxsid <- c('DTXSID7020182', 'DTXSID2021315')
dtxsid_cancer_hazard <- get_cancer_hazard_batch(DTXSID = dtxsid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.