Description
Flights and Other Useful Metadata for NYC Outbound Flights in 2023.
Description
Updating the now 10-year-old 'nycflights13' data package. It contains information about all flights that departed from the three main New York City airports in 2023 and metadata on airlines, airports, weather, and planes.
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")