Skip to contents

Deletes all locally cached ECB data files. The next call to any data function will re-download from the ECB Data Portal.

Usage

clear_cache()

Value

Invisible NULL.

See also

Examples

# \donttest{
op <- options(readecb.cache_dir = tempdir())
clear_cache()
#>  Cache cleared.
options(op)
# }