powered by
planes
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