Loads telemetry and general data from the official F1 data stream via
the fastf1 python library. Data is available from 2018 onward.
The data loaded can optionally be assigned to a R variable, and then interrogated for
session data streams. See the fastf1 documentation
for more details on the data returned by the python API.
If you have trouble with errors mentioning 'fastf1' or 'get_fastf1_version()' read the
'Setup FastF1 Connection vignette (run vignette('setup_fastf1', 'f1dataR')
).
Cache directory can be set by setting option(f1dataR.cache = [cache dir])
,
default is the current working directory.