View source: R/chemical-APIs-batch.R
get_chemicals_in_list_exact_batch | R Documentation |
Get chemicals in a list specified by exact characters batch search
get_chemicals_in_list_exact_batch(
list_names = NULL,
words = NULL,
API_key = NULL,
rate_limit = 0L,
verbose = FALSE
)
list_names |
The names of the lists to search. |
words |
The search words, one for each list. |
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 lists, with names corresponding to search terms and lists corresponding to DTXSIDs associated to the search terms
# Search `CCL4` for chemicals exactly matching with 'Bisphenol A' and
# `BIOSOLIDS2021` for chemicals exactly matching with 'Bisphenol A'.
bisphenol_a <- get_chemicals_in_list_exact_batch(list_names = c('CCL4',
'BIOSOLIDS2021'),
words = rep('Bisphenol A', 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.