getF1StandingsAfterRace: Get a data.frame of Formula 1 World Championship standings...

View source: R/functionsf1.R

getF1StandingsAfterRaceR Documentation

Get a data.frame of Formula 1 World Championship standings after a specific race

Description

Get a data.frame of Formula 1 World Championship standings after a specific race

Usage

getF1StandingsAfterRace(year, race, type = "driver")

Arguments

year

a four digit integer

race

a 1 or 2 digit integer indicating which round of the season

type

constructor or driver

Examples

round2_driver_standings_2012 <- getF1StandingsAfterRace(2012, 2, type = "driver")

arkraieski/formula1data documentation built on March 24, 2024, 4:26 p.m.