| clear_cache | R Documentation |
Deletes all locally cached FRED data files. The next call to any data function will re-download from the FRED API.
clear_cache()
Invisible NULL.
Other configuration:
fred_get_key(),
fred_request(),
fred_set_key()
op <- options(fred.cache_dir = tempdir())
clear_cache()
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.