powered by
Get a data.frame of all tire compound names and associated colours for a season.
get_tire_compounds(season = get_current_season())
a data.frame with two columns: compound and color
compound
color
number from 2018 to current season. Defaults to current season.
if (interactive()) { # To get this season's tires get_tire_compounds() # Compare to 2018 tires: get_tire_compounds(2018) }
Run the code above in your browser using DataLab