| sc_key | R Documentation |
This function stores your data.gov API key in the system environment
so that you only have to load it once at the start of the session.
If you set your key using sc_key, then you may omit
api_key parameter in the sc_get function.
sc_key(api_key)
api_key |
Personal API key requested from https://api.data.gov/signup stored in a string. |
To obtain an API key, visit https://api.data.gov/signup.
## Not run:
sc_key('<API KEY IN STRING>')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.