View source: R/chemical-APIs-batch.R
check_existence_by_dtxsid_batch | R Documentation |
Check existence by DTXSID batch
check_existence_by_dtxsid_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
Server = chemical_api_server,
verbose = FALSE
)
DTXSID |
The chemical identifier DTXSIDs |
API_key |
The user-specific API key |
rate_limit |
Number of seconds to wait between each request. |
Server |
The root address of the API endpoint |
verbose |
A logical indicating whether some "progress report" should be given. |
A data.table of information detailing valid and invalid DTXSIDs.
dtxsids <- c('DTXSID7020182F', 'DTXSID7020182', 'DTXSID0020232F')
existence <- check_existence_by_dtxsid_batch(DTXSID = dtxsids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.