powered by
Clears the in-memory cache so the next call to load_series() will re-download from cloud storage. Also removes any leftover disk cache from previous package versions.
load_series()
clear_cache()
Invisibly returns NULL.
NULL
load_series() for data access.
if (FALSE) { # Clear in-memory cache clear_cache() # Next call downloads fresh data cup <- load_series("cup") }
Run the code above in your browser using DataLab