Removes any cached reference data stored by climatekit.
Value
Invisibly returns TRUE if cache was cleared, FALSE if no cache
existed.
Examples
# \donttest{
op <- options(climatekit.cache_dir = tempdir())
clear_cache()
#> ✔ Cache cleared.
options(op)
# }