eurostat (version 3.7.10)

clean_eurostat_cache: Clean Eurostat Cache

Description

Delete all .rds files from the eurostat cache directory. See get_eurostat() for more on cache.

Usage

clean_eurostat_cache(cache_dir = NULL, config = FALSE)

Arguments

cache_dir

A path to cache directory. If NULL (default) tries to clean default temporary cache directory.

config

Logical TRUE/FALSE. Should the cached path be deleted?

See Also

Other cache utilities: set_eurostat_cache_dir()

Examples

Run this code
# NOT RUN {
clean_eurostat_cache()
# }

Run the code above in your browser using DataLab