Description Usage Format Source Examples
On-time data for all flights that departed NYC (i.e. JFK, LGA or EWR) in 2013.
1 |
A data frame with columns:
The variable is integer. Year of departure
The variable is integer. Month of departure
The variable is integer. Day of departure
The variable is integer. Actual departure time (format HHMM or HMM), local tz.
The variable is integer. Scheduled departure time (format HHMM or HMM), local tz.
The variable is numeric. Departure delay, in minutes. Negative times represent early departures.
The variable is integer. Actual arrival times (format HHMM or HMM), local tz.
The variable is integer. Scheduled arrival time (format HHMM or HMM), local tz.
The variable is numeric. Arrival delays, in minutes. Negative times represent early arrivals.
The variable is character. Two letter carrier abbreviation. See airlines in nycflights13 R package to get names.
The variable is integer. Flight number.
The variable is character. Plane tail number. See planes in nycflights13 R package for additional metadata.
The variable is character. Origin. See airports in nycflights13 R package for additional metadata.
The variable is character. Destination. See airports in nycflights13 R package for additional metadata.
The variable is numeric. Amount of time spent in the air, in minutes.
The variable is numeric. Distance between airports, in miles.
The variable is numeric. Time of scheduled departure broken into hour and minutes.
The variable is numeric. Time of scheduled departure broken into hour and minutes.
The variable is POSIXct,POSIXt. Scheduled date and hour of the flight as a POSIXct date. Along with origin, can be used to join flights data to weather data.
https://github.com/hadley/nycflights13
1 2 3 4 | ## Not run:
flights
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.