#' Airline Safety Dataset
#'
#' A dataset made up of 56 observations, representing airlines, and 8 variables, such as the number of incidents
#' and fatal accidents each airline experienced in the periods 1985-1999 and 2000-2014.
#'
#'
#'
#'
#' @format A data frame with 56 rows and 8 variables:
#' \describe{
#' \item{airline}{name of the airline}
#' \item{avail_seat_km_per_week}{Available seat kilometers flown every week}
#' \item{incidents_85_99}{Total number of incidents between 1985 and 1999}
#' \item{fatal_accidents_85_99}{Total number of fatal accidents between 1985 and 1999}
#' \item{fatalities_85_99}{Total number of fatalities between 1985 and 1999}
#' \item{incidents_00_14}{Total number of incidents between 2000 and 2014}
#' \item{fatal_accidents_00_14}{Total number of fatal accidentsn between 2000 and 2014}
#' \item{fatalities_00_14}{Total number of fatalities between 2000 and 2014}
#' }
#' @source \url{https://github.com/fivethirtyeight/data/tree/master/airline-safety}
"air_safety"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.