Learn R Programming

nascaR.data (version 3.0.1)

clear_cache: Clear Cached NASCAR Data

Description

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.

Usage

clear_cache()

Arguments

Value

Invisibly returns NULL.

See Also

load_series() for data access.

Examples

Run this code
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