Loads standings at the end of a given season and round for drivers' or
constructors' championships. Use .load_standings()
for an uncached version of this function.
load_standings(season = get_current_season(), round = "last", type = "driver")
A tibble with columns driver_id (or constructor_id), position, points, wins (and constructors_id in the case of drivers championship).
number from 2003 to current season (defaults to current season).
number from 1 to 23 (depending on season), and defaults
to most recent. Also accepts 'last'
.
select 'driver'
or 'constructor'
championship data. Defaults to
'driver'