Skip to content

R package to import Formula 1 data using the Ergast API

Notifications You must be signed in to change notification settings

arkraieski/formula1data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formula1data

R package to import Formula 1 data using the 'Ergast' API

Start your engines! This package aims to provide a simple, consistent syntax to query the 'Ergast' API and get clean data.frames of Formula 1 World Championship data. It includes functions to import lap times, pit stops, qualifying results, race results, and world championship standings. The package also includes functions to create a full local copy of Ergast's database in 'SQLite' using the 'RSQLite' package.

I have had a ton of fun playing with these datasets, so I wanted to make it easy for novice and advanced R users alike to get started analyzing Formula 1. I hope you will have as much fun with this data as I have had!

Thank you to Ergast for providing such an awesome API! I am not affiliated with Ergast. Please read Ergast's terms and conditions and make sure you do not use the package in a manner that violates these terms and conditions. Basically, don't use this for commercial purposes or write a loop that makes more than 4 api calls per second.

The package can be installed in R as follows:

install.packages("devtools")
library(devtools)
install_github("arkraieski/formula1data")

This package is unofficial and is not associated in any way with the Formula 1 companies. F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX and related marks are trade marks of Formula One Licensing B.V. Any use of these or related marks in this package and its documentation is intended to inform users of the software's purpose rather than to brand it or imply an association with Formula 1. I am just a passionate fan!

About

R package to import Formula 1 data using the Ergast API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages