Skip to contents

Removes all cached files from the cd cache directory.

Usage

cd_cache_clear(cache_dir = NULL)

Arguments

cache_dir

Character. Override the default cache location.

Value

Invisibly returns the number of files removed.

Examples

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