subincomeR_cache_clear: Clear the subincomeR persistent cache
Description
Deletes the persistent cache directory used when functions are called with
cache = TRUE (see subincomeR_cache_dir()), including the downloaded
DOSE dataset and geometries stored there.
Usage
subincomeR_cache_clear(ask = interactive())
Value
NULL, invisibly. Called for its side effect.
Arguments
ask
Logical. If TRUE (the default in interactive sessions), asks
for confirmation before deleting. Set to FALSE to delete without
confirmation.