#' Plane metadata.
#'
#' Plane metadata for all plane tail numbers found in the FAA aircraft registry.
#' American Airways (AA) and Envoy Air (MQ) report fleet numbers rather than
#' tail numbers so can't be matched.
#'
#' @name planes
#' @docType data
#' @format A data frame with columns:
#' \describe{
#' \item{tailnum}{Tail number.}
#' \item{year}{Year manufactured} \item{type}{Type of plane.}
#' \item{manufacturer, model}{Manufacturer and model.}
#' \item{engines, seats}{Number of engines and seats.}
#' \item{speed}{Average cruising speed in mph.}
#' \item{engine}{Type of engine.}
#' }
#' @source FAA Aircraft registry,
#' \url{http://www.faa.gov/licenses_certificates/aircraft_certification/aircraft_registry/releasable_aircraft_download/}
#' @keywords datasets
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.