#' Gapminder GDP per capita data
#'
#' Historical and projected GDP per capita data for all countries from 1800 to
#' 2040.
#'
#' @format A data frame with 48734 rows and 4 variables.
#' \describe{
#' \item{iso_a3}{ISO alpha-3 country code}
#' \item{name}{Country name}
#' \item{year}{Year}
#' \item{gdp_per_capita}{GDP per capita, PPP dollars}
#' }
#'
#' @source Gapminder.
#' \url{https://www.gapminder.org/data/documentation/gd001/}
"gm_gdp"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.