qgis_delete_old_cachefiles | R Documentation |
Delete old cache files
qgis_delete_old_cachefiles(
type = "all",
age_days = NULL,
quiet = FALSE,
startup = FALSE
)
type |
A string; either |
age_days |
A number that expresses a cache file's age that must
be exceeded for it to be deleted, with age defined as days elapsed since the
file's last modification date.
The default value of 90 days can also be changed with the option
|
quiet |
Use |
startup |
Logical. Is this command being run while loading the package? |
Note that a currently used package cache file will never be deleted.
This function is called when loading the package.
This is an internal function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.