powered by
Plane metadata for all plane tailnumbers found in the FAA aircraft registry. American Airways (AA) and Envoy Air (MQ) report fleet numbers rather than tail numbers so can't be matched.
planes
A data frame with columns:
Tail number
Year manufactured
Type of plane
Manufacturer and model
Number of engines and seats
Average cruising speed in mph
Type of engine
# NOT RUN { if (require("dplyr")) { planes # Flights that don't have plane metadata flights %>% anti_join(planes, "tailnum") } # }
Run the code above in your browser using DataLab