Get all public chemical lists
Usage
get_all_public_chemical_lists(
Projection = "",
API_key = NULL,
Server = chemical_api_server,
verbose = FALSE
)
Arguments
- 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.