load_laps | R Documentation |
Loads basic lap-by-lap time data for all drivers in a given season
and round. Lap time data is available from 1996 onward. Use .load_laps()
for a uncached version.
load_laps(
season = get_current_season(),
round = "last",
race = lifecycle::deprecated()
)
season |
number from 1996 to current season (defaults to current season). |
round |
number from 1 to 23 (depending on season selected) and defaults
to most recent. Also accepts |
race |
A tibble with columns driver_id (unique and recurring), position during lap, time (in clock form), lap number, time (in seconds), and season.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.