/mspflights

An R data package containing MSP, STL, and LIT flights from Apr 2013 - Feb 2015 + useful metdata

Primary LanguageROtherNOASSERTION

mspflights

R-CMD-check lint

Overview

Flights Between MSP and LIT, STL from April 2013 to February 2015: Airline on-time data for all flights departing from or arriving to MSP, LIT, and STL between April 2013 and February 2015. Also includes useful ‘metadata’ on airlines, airports, weather, and planes.

Code adapted from nycflights13.

Feel free to use and/or fork this project!

Installation

You can install the development version of mspflights from GitHub with:

# install.packages("remotes")
remotes::install_github("jabenninghoff/mspflights")

Or using renv:

# install.packages("renv")
renv::install("jabenninghoff/mspflights")

Development

  • Changelog: See “Changelog” or NEWS.md.
  • Planned: TODO