Chemical equal batch search
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.
Examples
if (FALSE) { # has_ctx_key() & is.na(ctx_key() == "FAKE_KEY")
# Pull chemicals that match input strings
bpa <- chemical_equal_batch(word_list = c('DTXSID7020182', 'DTXCID30182'))
}