Description
Flights that departed Houston in 2011.
Description
A data only package containing commercial domestic flights that departed Houston (IAH and HOU) in 2011.
README.md
hflights
This dataset contains all flights departing from Houston airports IAH (George Bush Intercontinental) and HOU (Houston Hobby) in 2011. The data comes from the Research and Innovation Technology Administration at the Bureau of Transporation statistics.
Install:
- From CRAN, with
install.packages("hflights")
- From gituhb, with
devtools::install_github("hadley/hflights")