| clear_cache | R Documentation |
Removes any cached reference data stored by climatekit.
clear_cache()
Invisibly returns TRUE if cache was cleared, FALSE if no cache
existed.
op <- options(climatekit.cache_dir = tempdir())
clear_cache()
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.