Clears the cache for f1dataR telemetry and Ergast API results. Note that the cache directory can be set by setting option(f1dataR.cache = [cache dir]), but the default is a temporary directory.

You can also call the alias clear_cache() for the same result

clear_f1_cache()

clear_cache()

Value

No return value, called to erase cached data

Examples

if (FALSE) {
clear_f1_cache()
}