View source: R/exposure-APIs-batch.R
| get_general_use_keywords_batch | R Documentation |
Get general use keywords via batch
get_general_use_keywords_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
Server = "https://comptox.epa.gov/ctx-api/exposure",
verbose = FALSE
)
DTXSID |
Chemical identifier DTXSID |
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 list of data.frames of general use keywords corresponding to the input DTXSIDs.
# Retrieve general use keywords for BPA and Caffeine
get_general_use_keywords_batch(DTXSID = c('DTXSID7020182', 'DTXSID0020232'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.