Retrieve ChemSpider data sources
The function returns a vector of available data sources used by ChemSpider. Some ChemSpider functions allow you to restrict which sources are used to lookup the requested query. Restricting the sources makes these queries faster.
cs_datasources(apikey = NULL, verbose = TRUE)
apikey |
character; your API key. If NULL (default),
|
verbose |
should a verbose output be printed on the console? |
Returns a character vector.
An API key is needed. Register at https://developer.rsc.org/ for an API key. Please respect the Terms & Conditions. The Terms & Conditions can be found at https://developer.rsc.org/terms.
## Not run: cs_datasources() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.