powered by
Removes all cached NASCAR series data from both memory and disk. The next call to load_series() will re-download data from cloud storage.
load_series()
clear_cache()
Invisibly returns NULL.
NULL
load_series() for data access.
if (FALSE) { # Clear all cached data clear_cache() # Force fresh download cup <- load_series("cup") }
Run the code above in your browser using DataLab