| clear_cache | R Documentation |
Removes cached data files downloaded from the Bank of England.
clear_cache(max_age_days = NULL)
max_age_days |
Numeric or |
Invisibly returns the number of files removed.
Other data access:
boe_get()
op <- options(boe.cache_dir = tempdir())
# Remove files older than 7 days
clear_cache(max_age_days = 7)
# Remove everything
clear_cache()
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.