View source: R/chemical-APIs.R
get_chemicals_in_list | R Documentation |
Get chemicals in a given chemical list
get_chemicals_in_list(
list_name = NULL,
API_key = NULL,
Server = chemical_api_server,
verbose = FALSE
)
list_name |
The name of the list of chemicals |
API_key |
The user-specific API key |
Server |
The root address for the API endpoint |
verbose |
A logical indicating if some “progress report” should be given. |
A data.frame of the chemical list
# Retrieve chemicals contained in chemical list 'CCL4'
ccl4_chemicals <- get_chemicals_in_list(list_name = 'CCL4')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.