Retrieve chemical information in batch search
Source:R/chemical-APIs-batch.R
get_chem_info_batch_old.Rd
Retrieve chemical information in batch search
Usage
get_chem_info_batch_old(
DTXSID = NULL,
type = "",
API_key = NULL,
rate_limit = 0L,
verbose = FALSE
)
Arguments
- 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.