#' gapminder2
#'
#'
#' @format A dataframe with 1064 observation and 7 variables
#' \describe{
#' \item{country}{countries in dataset}
#' \item{contienent}{continent countries belong to}
#' \item{year}{year for the observation variables}
#' \item{lifeExp}{mean life expectancy of the countries}
#' \item{pop}{population of countries}
#' \item{gdpPercap}{GDP of countries}
#' \item{meanSchool}{mean years spent in school for men aged between 25-34 years old}
#' ...
#' }
#' @source gapminder package
"gapminder2"
utils::globalVariables(c("gapminder2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.