Deletes all cache files from the your ilostat cache directory.
See get_ilostat
for more on cache.
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) )
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 |
See citation("Rilostat") ilostat bulk download facility user guidelines https://www.ilo.org/ilostat-files/Documents/ILOSTAT_BulkDownload_Guidelines.pdf
David Bescond bescond@ilo.org
if (FALSE) { clean_ilostat_cache() }