Learn R Programming

subincomeR (version 0.6.0)

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.

Examples

Run this code
if (FALSE) {
subincomeR_cache_clear()
}

Run the code above in your browser using DataLab