View source: R/chemical-APIs-batch.R
| get_chem_props_exp_batch | R Documentation |
Get experimental physical-chemical property data via batch
get_chem_props_exp_batch(
DTXSID = NULL,
API_key = NULL,
rate_limit = 0L,
Server = chemical_api_server,
verbose = FALSE
)
DTXSID |
The 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 logical indicating if some "progress report" should be given. |
A data.table of experimental physchem property data
# Get experimental physchem properties for BPA and Caffeine
chem_props_exp <- get_chem_props_exp(DTXSID = c('DTXSID7020182',
'DTXSID0020232'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.