#' Airline names.
#'
#' Look up airline names from their carrier codes.
#'
#' @source <https://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=236>
#' @format Data frame with columns
#' \describe{
#' \item{carrier}{Two letter abbreviation.}
#' \item{name}{Full name.}
#' }
#' @examples
#' airlines
"airlines"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.