#' Gapminder Data
#'
#' The famous \code{\link[gapminder]{gapminder}} dataset taken from the
#' \code{gapminder} package to add datasets to our R package.
#'
#' @format a data frame with 1704 observations and 6 variables:
#' \describe{
#' \item{country}{country}
#' \item{continent}{continent}
#' \item{year}{year}
#' \item{lifeExp}{life expectancy, in years}
#' \item{pop}{population}
#' \item{gdpPercap}{GDP Per Capita, in dollars}
#' }
#'
#' @source
#' Bryan, Jennifer (2017) An excerpt of the data available at Gapminder.org.
"my_gapminder"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.