R/gm_population.R

#' Gapminder population data
#'
#' Historical and projected population data for all countries from 1800 to 2100.
#'
#' @format A data frame with 59297 rows and 4 variables.
#' \describe{
#'   \item{iso_a3}{ISO alpha-3 country code}
#'   \item{name}{Country name}
#'   \item{year}{Year}
#'   \item{population}{Population}
#' }
#'
#' @source Gapminder.
#' \url{https://docs.google.com/spreadsheets/d/18Ep3s1S0cvlT1ovQG9KdipLEoQ1Ktz5LtTTQpDcWbX0/edit#gid=1668956939}
"gm_population"
dcl-docs/dcldata documentation built on June 28, 2021, 1:54 p.m.