| clear_cache | R Documentation |
Removes all cached NASCAR series data from both memory and
disk. The next call to load_series() will re-download
data from cloud storage.
clear_cache()
Invisibly returns NULL.
load_series() for data access.
## Not run:
# Clear all cached data
clear_cache()
# Force fresh download
cup <- load_series("cup")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.