View source: R/chemical-APIs-batch.R
get_chem_info_batch_old | R Documentation |
Retrieve chemical information in batch search
get_chem_info_batch_old(
DTXSID = NULL,
type = "",
API_key = NULL,
rate_limit = 0L,
verbose = FALSE
)
DTXSID |
A vector of chemical identifier DTXSIDs |
type |
A vector of type used in get_chem_info(). This specifies whether to only grab predicted or experimental results. If not specified, it will grab all details. The allowable input values are "", predicted", or "experimental". |
API_key |
The user-specific API key. |
rate_limit |
Number of seconds to wait between each request |
verbose |
A logical indicating if some “progress report” should be given. |
A named list of data.frames containing chemical information for the chemicals with DTXSID matching the input parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.