Retrieves race results for a given season and optionally a specific round.
Value
A tibble with one row per driver per race, including columns:
- season
Integer. Season year.
- round
Integer. Round number.
- race_name
Character. Name of the Grand Prix.
- race_date
Date. Date of the race.
- number
Integer. Driver's car number.
- position
Integer. Finishing position.
- points
Numeric. Points awarded.
- grid
Integer. Starting grid position.
- laps
Integer. Number of laps completed.
- status
Character. Finishing status (e.g., "Finished", "+1 Lap").
- driver_Driver details (id, code, given/family name, etc.). constructor_
Constructor details (id, name, nationality).
- time_Race time information (where available). fastest_lap_
Fastest lap details (where available).
See also
f1_qualifying() for qualifying session results,
f1_sprint() for sprint race results.
Other race results:
f1_qualifying(),
f1_sprint()