#' Data from Gapminder
#'
#' An excerpt of the data available at Gapminder.org. For each of 142 countries,
#' the package provides values for life expectancy, GDP per capita, and population,
#' every five years, from 1952 to 2007.
#'
#' @format a data frame with 1704 observations and 6 variables:
#' \describe{
#' \item{country}{country}
#' \item{continent}{continent}
#' \item{year}{year}
#' \item{lifeExp}{total population}
#' \item{gdpPercap}{per-capita GDP}
#' }
#'
#' @source
#' \url{https://www.gapminder.org/data/}
"my_gapminder"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.