qgis_delete_old_cachefiles {qgisprocess} | R Documentation |
Delete old cache files
Description
Delete old cache files
Usage
qgis_delete_old_cachefiles(
type = "all",
age_days = NULL,
quiet = FALSE,
startup = FALSE
)
Arguments
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? |
Details
Note that a currently used package cache file will never be deleted.
This function is called when loading the package.
Note
This is an internal function.
[Package qgisprocess version 0.4.0 Index]