Skip to contents

Removes the cache file created by check_slides_many(), if it exists.

Usage

slide_cache_clean()

Value

TRUE (invisibly) if the file was deleted, FALSE if it did not exist.

Examples

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