Delay_Airport: Calculate the delay time by airport

Description Usage Arguments Value Examples

Description

Calculate the delay time by airport

Usage

1
Delay_Airport(origin, destination = NULL, month = c(1:12))

Arguments

Origin

State they are leaving from.

Destination

State they are going to.

Month

Month of Departure

Value

Estimated delay time based one the state the user is going in minutes

Examples

1
2
Delay_Airport("NY", "MI")
Delay_Airport("CO")

KeithSpaar/usflyr documentation built on May 8, 2019, 4:51 p.m.