# NOT RUN {
# Don't run this! It would modify your current state
# }
# NOT RUN {
gisco_clear_cache(verbose = TRUE)
Sys.getenv("GISCO_CACHE_DIR")
# Set new cache on a temp dir
newcache <- file.path(tempdir(), "giscoR", "pkgdown")
newcache
gisco_set_cache_dir(newcache)
Sys.getenv("GISCO_CACHE_DIR")
# }
Run the code above in your browser using DataLab