Description Usage Arguments Details Value References See Also Examples
Function to load flights data from downloaded flight logs
1 2 |
year |
Year for which the logs should be downloaded. Numeric vector of length=1. |
month |
Months for which logs should be downloaded for the given year. |
path |
Path excluding the directory to download logs to. |
dir |
Directory within |
select |
Columns to read in. Default will read all 100+ columns. |
verbose |
|
It loads the entire data; all the 100+ columns corresponding to all airports for the specified duration.
A data.table
.
https://github.com/hadley/nycflights13
downloadflightlogs
, nycflights14
, nycdelays14
, nycweatherdelays14
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.