View source: R/exposure-APIs-batch.R
| get_aggregate_records_by_dtxsid_batch | R Documentation |
Get Aggregate Records by DTXSID via batch
get_aggregate_records_by_dtxsid_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 each request |
Server |
The root address for the API endpoint |
verbose |
A logicial indicating if some "progress report" should be given. |
A list of data.frames containing aggregate records data for each input DTXSID.
# Retrieve aggregate records data for BPA and Caffeine
get_aggregate_records_by_dtxsid_batch(DTXSID = c('DTXSID0020232',
'DTXSID7020182'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.