#' gapminder3
#'
#'
#' @format A dataframe with 524 observation and 8 variables
#' \describe{
#' \item{country}{131 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}
#' \item{infantMortality}{infant mortality observed in each country}
#' ...
#' }
#' @source gapminderplus package
"gapminder3"
utils::globalVariables(c("gapminder3"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.