Description Usage Arguments Format 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.
nycweatherdelays14
function loads just the weather delays for 2014.
1 2 3 |
path |
Path excluding the directory to download logs to. |
dir |
Directory within |
verbose |
|
Delays data contains 14 columns
Departure date.
Departure and arrival times at local tz.
Two letter carrier code.
Tail number.
Flight number.
Origin airport.
Desitination airport.
Carrier delay, in minutes.
Weather delay, in minutes.
National air system delay, in minutes.
Late aircraft delay, in minutes.
A data.table
http://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=236
downloadflightlogs
, flights
, nycflights14
1 2 3 4 | ## Not run:
dt = nycdelays14(path="~/Downloads")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.