set_datagov_key | R Documentation |
This function provides a way to store the Data.gov API key as an
environmental variable for convenience when working with this package.
If you run this function, you will not have to supply the API key
every time you use a function that retrieves data from Regulations.gov.
Otherwise, you will need to supply the API key when needed through
the key
argument.
set_datagov_key(key)
key |
valid Data.gov API key obtained here. |
## Not run: set_datagov_key("PUT_KEY_HERE") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.