#' Gapminder life expectancy data
#'
#' Historical and projected life expectancy data for all countries from 1800 to
#' 2100.
#'
#' @format A data frame with 60538 rows and 4 variables.
#' \describe{
#' \item{iso_a3}{ISO alpha-3 country code}
#' \item{name}{Country name}
#' \item{year}{Year}
#' \item{life_expectancy}{Life expectancy, in years}
#' }
#'
#' @source Gapminder.
#' \url{https://www.gapminder.org/data/documentation/gd004/}
"gm_life_expectancy"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.