View source: R/chemical-APIs.R
| get_all_public_chemical_lists | R Documentation | 
Get all public chemical lists
get_all_public_chemical_lists(
  Projection = "",
  API_key = NULL,
  Server = chemical_api_server,
  verbose = FALSE
)
| 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 | 
| Server | The root address for the API endpoint | 
| verbose | A logical indicating if some “progress report” should be given. | 
A data.frame containing information on all public chemical lists available from the CTX chemical api.
# Pull all chemical lists
all_lists <- get_all_public_chemical_lists()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.