Learn R Programming

f1dataR (version 2.0.1)

clear_f1_cache: Clear f1dataR Cache

Description

Clears the cache for f1dataR telemetry and Jolpica 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

Usage

clear_f1_cache()

clear_cache()

Arguments

Value

No return value, called to erase cached data

Examples

Run this code
if (FALSE) {
clear_f1_cache()
}

Run the code above in your browser using DataLab