Skip to contents

[Experimental]

Removes locally cached simulation data. Data will be re-downloaded on next use.

Usage

cache_clear()

Value

Invisibly returns TRUE if cache was cleared, FALSE if no cache existed.

Examples

if (FALSE) { # \dontrun{
# Clear cache
cache_clear()
} # }