Retrieves the World Drivers' Championship standings for a given season, optionally at a specific round.
Value
A tibble with one row per driver, including columns:
- season
Integer. Season year.
- standings_round
Integer. Round number at which the standings apply.
- position
Integer. Championship position.
- points
Numeric. Total championship points.
- wins
Integer. Number of race wins.
- driver_Driver details (id, code, given/family name, etc.). constructor_
Constructor details for the driver's team.
See also
f1_constructor_standings() for the constructors' championship.
Other standings:
f1_constructor_standings()