R/airlines.R

#' Airline names.
#'
#' Look up airline names from their carrier codes.
#'
#' @name airlines
#' @docType data
#' @format A data frame with columns: 
#' \describe{ 
#'   \item{carrier}{Two letter abbreviation.} 
#'   \item{name}{Full name.} 
#' }
#' 
#' @source \url{https://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=236}
#' @keywords datasets
NULL

Try the nycflights23 package in your browser

Any scripts or data that you put into this service are public.

nycflights23 documentation built on June 8, 2025, 11:51 a.m.