Skip to contents

Deletes all cached .rds files in the directory currently returned by gutenberg_cache_dir().

Usage

gutenberg_cache_clear_all(verbose = TRUE)

Arguments

verbose

Whether to show the status message confirming the path.

Value

The number of files deleted (invisibly).

Examples

if (FALSE) { # interactive()
# Clear entire current cache
gutenberg_cache_clear_all()
}