View source: R/load_driver_telemetry.R
get_driver_telemetry | R Documentation |
get_driver_telemetry()
was renamed to load_driver_telemetry()
to create a more
consistent API.
get_driver_telemetry(
season = get_current_season(),
round = 1,
session = "R",
driver,
laps = "fastest",
log_level = "WARNING",
fastest_only = lifecycle::deprecated(),
race = lifecycle::deprecated()
)
season |
number from 2018 to current season (defaults to current season). |
round |
number from 1 to 23 (depending on season selected). Also accepts race name. |
session |
the code for the session to load Options are |
driver |
three letter driver code (see |
laps |
which lap's telemetry to return. One of an integer lap number (<= total laps in the race), |
log_level |
Detail of logging from fastf1 to be displayed. Choice of:
|
fastest_only |
|
race |
A tibble with telemetry data for selected driver/session.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.