R/gm_gdp.R

#' Gapminder GDP per capita data
#'
#' Historical and projected GDP per capita data for all countries from 1800 to 
#' 2040.
#'
#' @format A data frame with 48734 rows and 4 variables.
#' \describe{
#'   \item{iso_a3}{ISO alpha-3 country code}
#'   \item{name}{Country name}
#'   \item{year}{Year}
#'   \item{gdp_per_capita}{GDP per capita, PPP dollars}
#' }
#'
#' @source Gapminder.
#' \url{https://www.gapminder.org/data/documentation/gd001/}
"gm_gdp"
dcl-docs/dcldata documentation built on June 28, 2021, 1:54 p.m.