data-raw/hflights.R

hflights <- tibble::as_tibble(hflights::hflights)
hflights$Date <- as.Date(paste0(hflights$Year, '-', hflights$Month, '-', hflights$DayofMonth))
hflights <- dplyr::select(hflights, Date, DepTime, ArrTime, UniqueCarrier, AirTime, ArrDelay, DepDelay, Distance, Origin, Dest)
DRosenman/helpers documentation built on Dec. 17, 2021, 4:02 p.m.