Skip to contents

Removes the cache directory and all files in the read.abares cache if any exist locally.

Usage

clear_cache()

Value

An invisible NULL, called for its side-effects, clearing the cached files and deleting the cache directory.

See also

Other cache: inspect_cache()

Examples

# not run because cached files shouldn't exist on CRAN or testing envs
if (FALSE) { # \dontrun{
clear_cache()
} # }