clean_restatapi_cache {restatapi} | R Documentation |
Clean restatapi cache
Description
Remove all objects from the .restatapi_env
except the configuration file, API version number, download method and the country codes.
In addition, it deletes all the .rds files from the default and selected cache directory.
See get_eurostat_data
for more on cache.
Usage
clean_restatapi_cache(cache_dir = NULL, verbose = FALSE)
Arguments
cache_dir |
a path to cache directory. If |
verbose |
a logical value with default |
Examples
clean_restatapi_cache(verbose=TRUE)
[Package restatapi version 0.23.1 Index]