View source: R/load_standings.R
load_standings | R Documentation |
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")
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 |
A tibble with columns driver_id (or constructor_id), position, points, wins (and constructors_id in the case of drivers championship).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.