envoy_flights | R Documentation |
On-time data for all Envoy Air flights that departed NYC (i.e. JFK, LGA or EWR)
in 2023. This is a subset of the flights
data frame from nycflights23
.
envoy_flights
A data frame of 357 rows representing Alaska Airlines flights and 19 variables
Date of departure.
Actual departure and arrival times (format HHMM or HMM), local tz.
Scheduled departure and arrival times (format HHMM or HMM), local tz.
Departure and arrival delays, in minutes. Negative times represent early departures/arrivals.
Two letter carrier abbreviation. See nycflights23::airlines
to get name.
Flight number.
Plane tail number. See nycflights23::planes
for additional metadata.
Origin and destination. See nycflights23::airports
for
additional metadata.
Amount of time spent in the air, in minutes.
Distance between airports, in miles.
Time of scheduled departure broken into hour and minutes.
Scheduled date and hour of the flight as a POSIXct
date.
Along with origin
, can be used to join flights data to nycflights23::weather
data.
RITA, Bureau of transportation statistics
nycflights23::flights
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.