
Clear cached files
ghcnd_clear_cache(force = FALSE)
(logical) Should we force removal of files if permissions
say otherwise?. Default: FALSE
We use rappdirs to store files, see
rappdirs::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.
BEWARE: this will clear all cached files.