load_standings {f1dataR} | R Documentation |
Load Standings
Description
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.
Usage
load_standings(season = get_current_season(), round = "last", type = "driver")
Arguments
season |
number from 2003 to current season (defaults to current season). |
round |
number from 1 to 23 (depending on season), and defaults
to most recent. Also accepts |
type |
select |
Value
A tibble with columns driver_id (or constructor_id), position, points, wins (and constructors_id in the case of drivers championship).
[Package f1dataR version 1.5.3 Index]