Skip to contents

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())

Arguments

ask

Logical. If TRUE (the default in interactive sessions), asks for confirmation before deleting. Set to FALSE to delete without confirmation.

Value

NULL, invisibly. Called for its side effect.

Examples

if (FALSE) { # \dontrun{
subincomeR_cache_clear()
} # }