Skip to contents

An R data package containing all out-bound flights from Arizona airports in 2024 with useful metadata. It contains information about the following airports:

  • Phoenix Sky Harbor International Airport (PHX)
  • Tucson International Airport (TUS)
  • Phoenix-Mesa Gateway Airport (AZA) (Does not include weather at this airport)
  • Flagstaff Pulliam Airport (FLG)
  • Prescott Regional Airport (PRC)

This package was created using the anyflights R package.

Installation


To install the current developmental version of the package, make sure to install remotes first.

# install.packages("remotes")
remotes::install_github("moderndive/azflights24")