View source: R/chemical-APIs-batch.R
get_chemical_synonym_batch | R Documentation |
Get chemical synonym batch
get_chemical_synonym_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
verbose = FALSE
)
DTXSID |
A list of chemical identifier DTXSIDs |
API_key |
The user-specific API key. |
rate_limit |
The number of seconds to wait between requests. |
verbose |
A logical indicating if some “progress report” should be given. |
A named list of lists containing synonym information for each input DTXSID.
# Pull synonyms for multiple chemicals
dtxsid <- c('DTXSID7020182', 'DTXSID2021315')
batch_synonyms <- get_chemical_synonym_batch(DTXSID = dtxsid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.