R/gm_life_expectancy.R

#' Gapminder life expectancy data
#'
#' Historical and projected life expectancy data for all countries from 1800 to 
#' 2100.
#'
#' @format A data frame with 60538 rows and 4 variables.
#' \describe{
#'   \item{iso_a3}{ISO alpha-3 country code}
#'   \item{name}{Country name}
#'   \item{year}{Year}
#'   \item{life_expectancy}{Life expectancy, in years}
#' }
#'
#' @source Gapminder.
#' \url{https://www.gapminder.org/data/documentation/gd004/}
"gm_life_expectancy"
dcl-docs/dcldata documentation built on June 28, 2021, 1:54 p.m.