R/gapminder2.R

#' 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"))
zeeva85/gapminderplus documentation built on May 17, 2019, 10:40 a.m.