Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 831 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 831 Bytes

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 will be used in the updated 2nd edition of the ModernDive textbook, which is currently in development.

Installation


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

The package is also available on CRAN via

install.packages("nycflights23")