Skip to contents

Remove files from cache directory either before a given date or entirely.

Usage

clear_cache(before_date = NULL)

Arguments

before_date

Date before which cache files should be removed provided as Date

Value

List of file paths of removed files

Examples

if (FALSE) { # interactive()
clear_cache()
}