catrnav_clear_cache | R Documentation |
Use this function with caution. This function would clear your cached data and configuration, specifically:
Deletes the CatastRoNav config directory
(rappdirs::user_config_dir("CatastRoNav", "R")
).
Deletes the cache_dir
directory.
Deletes the values on stored on Sys.getenv("CATASTRONAV_CACHE_DIR")
.
catrnav_clear_cache(config = FALSE, cached_data = TRUE, verbose = FALSE)
config |
if |
cached_data |
If this is set to |
verbose |
Logical, displays information. Useful for debugging,
default is |
This is an overkill function that is intended to reset your status as it you would never have installed and/or used CatastRoNav.
Invisible. This function is called for its side effects.
Other cache utilities:
catrnav_set_cache_dir()
# Don't run this! It would modify your current state
## Not run:
catrnav_clear_cache(verbose = TRUE)
## End(Not run)
Sys.getenv("CATASTRONAV_CACHE_DIR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.