Skip to contents

Removes all files in the read.abares cache if they exist.

Usage

clear_cache()

Value

Nothing, called for its side-effects, clearing the cached files

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