getRaceResults: Get a data.frame of race results for a Formula 1 Grand Prix

View source: R/functionsf1.R

getRaceResultsR Documentation

Get a data.frame of race results for a Formula 1 Grand Prix

Description

Get a data.frame of race results for a Formula 1 Grand Prix

Usage

getRaceResults(year, race)

Arguments

year

a four digit integer

race

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

Examples

aus_results_2018 <- getRaceResults(2018, 1)

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