An R data package containing all out-bound flights from NYC in 2023 + useful metadata
This package was created using the anyflights
R package. Approval has been given by Simon Couch (anyflights
creator) for this package to be sent to CRAN by the ModernDive team.
To install the current stable version of nycflights23
, make sure to install remotes
first. The pkgdown
website for this version is at moderndive.github.io/nycflights23.
# install.packages("remotes")
remotes::install_github("moderndive/nycflights23")