An R data package containing all out-bound flights from SEA and PDX in 2022 + useful metadata.
This package was created using the anyflights
R package.
To install the current stable version of pnwflights22
, make sure to
install remotes
first. The pkgdown
website for this version is at
moderndive.github.io/pnwflights22.
# install.packages("remotes")
remotes::install_github("moderndive/pnwflights22")