getFinalF1Standings | R Documentation |
Get a data.frame of Formula 1 World Championship final standings for a season
getFinalF1Standings(year, type = "driver")
year |
a four digit integer |
type |
constructor or driver |
driver_standings_2012 <- getFinalF1Standings(2012, type = "driver")
constructor_standings_2012 <- getFinalF1Standings(2012, type = "constructor")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.