| 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.
# Remove files older than 7 days
clear_cache(max_age_days = 7)
# Remove everything
clear_cache()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.