This package contains information about all flights that departed from CA (i.e. LAX, SAN, SFO, PSP, SNA, OAK, ONT, SJC, ACV, BFL, BUR, CEC, CLD, FAT, LGB, MMH, MRY, RDD,SBA,SMF or SMX) to destinations in the United States, Puerto Rico, and the American Virgin Islands) in 2015: 674,000+ flights in total.
In addtion to this data package a shiny app is incorporated in the package which help to visualize all out-bound flights from California in 2015.
This dashboard contains information about all flights that departed from California (e.g. LAX, SFO, SAN, OAK, e.t.c) to destinations in the United States, Puerto Rico, and the American Virgin Islands) in 2015: 674,000+ flights in total, with an average of 1850 flown from California daily and 19% delay of the total flight. To help understand what causes delays, it also includes a number of other useful datasets.
This package provides the following data tables.
flights
: all flights that departed from CA in 2015airports
: airport names and locationsairlines
: translation between two letter carrier codes and namesIf you're interested in other subsets of flight data, see:
nycflights for flights departing from CA in the last year.
anyflights for flights departing from any airport in any year.
airlines to maintain a local SQL database of all flight departure data.
install.packages("caflights")
This is a basic example which shows you how to solve a common problem:
library(caflights)
## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.