flights_nyc_avg_arr_delay: Average arrival delay of NYC flights

Description Usage Format Source

Description

A tbl_metric showing the average arrival delay of planes departing from an NYC airport over the course of 2013. This can be used as an example of a metric with metadata, and is based on the nycflights13 package.

Usage

1

Format

A tbl_metric object with dimensions:

origin

Airport code, either JFK, LGA, or EWR

carrier

Two-letter airline code

period

Either week, month, or quarter

date

Date

value

Average arrival delay of a flight in this period

Source

https://cran.r-project.org/package=nycflights13


datacamp/tidymetrics documentation built on March 21, 2021, 3:28 a.m.