| fred_get_key | R Documentation |
Returns the API key set via fred_set_key() or the FRED_API_KEY
environment variable. Raises an error if no key is found.
fred_get_key()
Character. The API key.
Other configuration:
clear_cache(),
fred_request(),
fred_set_key()
op <- options(fred.cache_dir = tempdir())
fred_get_key()
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.