Skip to contents

An R data package containing all out-bound flights from NYC in 2023 + useful metadata

This package was created using the anyflights R package. It is used in the updated 2nd edition of the ModernDive textbook.

Installation


On CRAN, the package is available via

install.packages("nycflights23")

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

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