R/load_data_external.R
cache_clear.Rd
Removes locally cached simulation data. Data will be re-downloaded on next use.
cache_clear()
Invisibly returns TRUE if cache was cleared, FALSE if no cache existed.
TRUE
FALSE
if (FALSE) { # \dontrun{ # Clear cache cache_clear() } # }