Description Usage Arguments Details Value References See Also Examples
On-time data for flights that departed NYC (i.e. JFK, LGA or EWR) in 2014.
nycdelays14
function loads all the delays for 2014.
1 |
path |
Path excluding the directory to download logs to. |
dir |
Directory within |
verbose |
|
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.
A data.table
https://github.com/hadley/nycflights13 http://www.rdocumentation.org/packages/nycflights13/functions/flights
downloadflightlogs
, flights
, nycdelays14
, nycweatherdelays14
1 2 3 4 | ## Not run:
dt = nycflights14(path="~/Downloads")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.