README.md

nycflights23

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")


Try the nycflights23 package in your browser

Any scripts or data that you put into this service are public.

nycflights23 documentation built on June 8, 2025, 11:51 a.m.