load_results {f1dataR} | R Documentation |
Load Results
Description
Loads final race results for a given year and round. Use .load_results()
for an uncached version
Usage
load_results(season = get_current_season(), round = "last")
Arguments
season |
number from 1950 to current season (or the word 'current') (defaults to current season). |
round |
number from 1 to 23 (depending on season), and defaults
to most recent. Also accepts |
Value
A tibble with one row per driver
[Package f1dataR version 1.5.3 Index]