getFinalF1Standings: Get a data.frame of Formula 1 World Championship final...

View source: R/functionsf1.R

getFinalF1StandingsR Documentation

Get a data.frame of Formula 1 World Championship final standings for a season

Description

Get a data.frame of Formula 1 World Championship final standings for a season

Usage

getFinalF1Standings(year, type = "driver")

Arguments

year

a four digit integer

type

constructor or driver

Examples

driver_standings_2012 <- getFinalF1Standings(2012, type = "driver")
constructor_standings_2012 <- getFinalF1Standings(2012, type = "constructor")

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