clear_cache: Clear Cached NASCAR Data

View source: R/cache.R

clear_cacheR Documentation

Clear Cached NASCAR Data

Description

Removes all cached NASCAR series data from both memory and disk. The next call to load_series() will re-download data from cloud storage.

Usage

clear_cache()

Value

Invisibly returns NULL.

See Also

load_series() for data access.

Examples

## Not run: 
# Clear all cached data
clear_cache()

# Force fresh download
cup <- load_series("cup")

## End(Not run)


nascaR.data documentation built on Feb. 14, 2026, 5:07 p.m.