View source: R/scythe_get_key.R
scythe_get_key | R Documentation |
Look for API keys for services, which are represented as character strings.
scythe_get_key(source)
source |
the name of the source service to look up |
Secrets are typically stored in a keyring named "scythe" (see the keyring package), or, alternatively, in an environment variable with a name identical to "source".
character the secret value, or NA if not set
## Not run:
scythe_get_key("scopus_key")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.