clean_ilostat_cache {Rilostat} | R Documentation |
Clean Ilostat Cache
Description
Deletes all cache files from the your ilostat cache directory.
See get_ilostat
for more on cache.
Usage
clean_ilostat_cache(
cache_dir = getOption("ilostat_cache_dir", file.path(tempdir(), "ilostat")),
cache_update = getOption("ilostat_cache_update", FALSE),
quiet = getOption("ilostat_quiet", FALSE)
)
Arguments
cache_dir |
A character, path to a cache directory. The directory has to exist.
The |
cache_update |
a logical whether to delete only out of date cache files. Useful when |
quiet |
a logical, if |
Author(s)
David Bescond bescond@ilo.org
References
See citation("Rilostat") ilostat bulk download facility user guidelines https://webapps.ilo.org/ilostat-files/Documents/ILOSTAT_BulkDownload_Guidelines.pdf
Examples
## Not run:
clean_ilostat_cache()
## End(Not run)