Learn R Programming

nascaR.data (version 3.0.0)

clear_cache: 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()

Arguments

Value

Invisibly returns NULL.

See Also

load_series() for data access.

Examples

Run this code
if (FALSE) {
# Clear all cached data
clear_cache()

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

Run the code above in your browser using DataLab