clear_cache: Clear Cache

View source: R/convert.R

clear_cacheR Documentation

Clear Cache

Description

Removes any cached reference data stored by climatekit.

Usage

clear_cache()

Value

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

Examples


op <- options(climatekit.cache_dir = tempdir())
clear_cache()
options(op)


climatekit documentation built on May 9, 2026, 5:08 p.m.