Retrieves the World Constructors' Championship standings for a given season, optionally at a specific round. The Constructors' Championship has been awarded since 1958.
Value
A tibble with one row per constructor, 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.
- constructor_*
Constructor details (id, name, nationality).
See also
f1_driver_standings() for the drivers' championship.
Other standings:
f1_driver_standings()