View source: R/chemical-APIs-batch.R
get_chemicals_in_list_batch | R Documentation |
Get chemicals in a given chemical list batch
get_chemicals_in_list_batch(
list_names = NULL,
API_key = NULL,
rate_limit = 0L,
verbose = FALSE
)
list_names |
A list of names of chemical lists. |
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 each containing chemicals in the corresponding chemical lists.
# Pull chemicals in lists for multiple lists
chemicals_in_lists <- get_chemicals_in_list_batch(list_names = c('CCL4', 'NATADB'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.