R/gapminder3.R

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