#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.