R/flights_sju_mco.R

#' Tidied Flights Data
#'
#' This data is an excerpt from the data published by the IEPR.
#'
#' @format A data frame
#' \describe{
#'     \item{seats}{Number of Seats}
#'     \item{passengers}{Number of passengers}
#'     \item{distance}{Distance in miles}
#'     \item{air_time}{Flight time (minutes)}
#'     \item{unique_carrier}{Abreviation of Carrier}
#'     \item{unique_carrier_name}{Full Name of Carrier}
#'     \item{origin}{Origin ["SJU" or "MCO"]}
#'     \item{dest}{Destination ["SJU" or "MCO"]}
#'     \item{aircraft_type}{Number of Aircraft accoridng to BTS}
#'     \item{year}{Year (1990-2019)}
#'     \item{month}{Month of the year (1-12)}
#'     }

"flights_sju_mco"
ian-flores/flightsPR documentation built on Nov. 4, 2019, 1:52 p.m.