View source: R/chemical-APIs-batch.R
| get_public_chemical_list_by_name_batch | R Documentation | 
Get chemical list by name batch
get_public_chemical_list_by_name_batch(
  name_list = NULL,
  Projection = "",
  API_key = NULL,
  rate_limit = 0L,
  verbose = FALSE
)
| name_list | A list of chemical list names. | 
| Projection | Optional parameter controlling return type. It takes values 'chemicallistall' and 'chemicallistname' with the former as the default value. | 
| 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 containing information about the chemical
lists. Note, these are not the chemical lists themselves. To access the
chemicals in a given list, use get_chemicals_in_list.
get_chemicals_in_list
# Pull chemical list information by list names
list_info <- get_public_chemical_list_by_name_batch(name_list = c('CCL4',
                                                                  'NATADB'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.