nycflights14: NYC flights data for the year 2014

Description Usage Arguments Details Value References See Also Examples

Description

On-time data for flights that departed NYC (i.e. JFK, LGA or EWR) in 2014.

nycdelays14 function loads all the delays for 2014.

Usage

1
nycflights14 (path = "./", dir = "flights", verbose = TRUE)

Arguments

path

Path excluding the directory to download logs to.

dir

Directory within path where the logs will be downloaded to.

verbose

TRUE provide messages to the console.

Details

The format is identical to flights data from nycflights13, except for the year 2014. At the time of writing, this data set contains stats only until October 2014. You can find the description of all the columns in the url mentioned in references section.

Value

A data.table

References

https://github.com/hadley/nycflights13 http://www.rdocumentation.org/packages/nycflights13/functions/flights

See Also

downloadflightlogs, flights, nycdelays14, nycweatherdelays14

Examples

1
2
3
4
## Not run: 
dt = nycflights14(path="~/Downloads")

## End(Not run)

arunsrinivasan/flights documentation built on May 12, 2019, 3:42 a.m.