getPitStopsByRace: Get a data.frame of pit stops in a Formula 1 Grand Prix

View source: R/functionsf1.R

getPitStopsByRaceR Documentation

Get a data.frame of pit stops in a Formula 1 Grand Prix

Description

Get a data.frame of pit stops in a Formula 1 Grand Prix

Usage

getPitStopsByRace(year, race)

Arguments

year

a four digit integer

race

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

Examples

aus_pitstops_2018 <- getPitStopsByRace(2018, 1)

arkraieski/formula1data documentation built on July 7, 2024, 7:25 a.m.