caching: Clear cached files
Description
Clear cached files
Usage
ghcnd_clear_cache(force = FALSE)
Arguments
force
(logical) Should we force removal of files if permissions
say otherwise?. Default: FALSE
File storage
We use rappdirs to store files, see
user_cache_dir
for how
we determine the directory on your machine to save files to, and run
user_cache_dir("rnoaa")
to get that directory.
Details
BEWARE: this will clear all cached files.