Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Im doing a course on data camp and cannot figure out the fillin codes given # Both the dplyr and hflights packages are loaded into
Im doing a course on data camp and cannot figure out the fillin codes given
# Both the dplyr and hflights packages are loaded into workspace lut <- c("AA" = "American", "AS" = "Alaska", "B6" = "JetBlue", "CO" = "Continental", "DL" = "Delta", "OO" = "SkyWest", "UA" = "United", "US" = "US_Airways", "WN" = "Southwest", "EV" = "Atlantic_Southeast", "F9" = "Frontier", "FL" = "AirTran", "MQ" = "American_Eagle", "XE" = "ExpressJet", "YV" = "Mesa")
# Add the Carrier column to hflights hflights$Carrier <- ___
# Glimpse at hflights
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started