chemical_equal_batch {ctxR} | R Documentation |
Chemical equal batch search
Description
Chemical equal batch search
Usage
chemical_equal_batch(
word_list = NULL,
API_key = NULL,
rate_limit = 0L,
verbose = FALSE
)
Arguments
word_list |
A list of character strings of chemical names or portion of chemical names, DTXSIDs, CASRNs, InChIKeys. |
API_key |
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. |
Value
A named list of data.frames of chemicals and related values matching the query parameters
Examples
# Pull chemicals that match input strings
bpa <- chemical_equal_batch(word_list = c('DTXSID7020182', 'DTXCID30182'))
[Package ctxR version 1.0.0 Index]