View source: R/clean_ilostat_cache.R
clean_ilostat_cache | R Documentation |
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 |
David Bescond bescond@ilo.org
See citation("Rilostat") ilostat bulk download facility user guidelines https://webapps.ilo.org/ilostat-files/Documents/ILOSTAT_BulkDownload_Guidelines.pdf
## Not run:
clean_ilostat_cache()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.