#' Gapminder region, population, GDP, and life expectancy data
#'
#' Region, population, GDP, and life expectancy data for all countries from
#' 1950 to 2015 every five years.
#'
#' @format A data frame with 2562 rows and 7 variables.
#' \describe{
#' \item{iso_a3}{ISO alpha-3 country code}
#' \item{name}{Country name}
#' \item{region}{4-group Gapminder region}
#' \item{year}{Year}
#' \item{population}{Population}
#' \item{gdp_per_capita}{GDP per capita, PPP dollars}
#' \item{life_expectancy}{Life expectancy in years}
#' }
#'
#' @source Gapminder.
"gm_combined"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.