Revision a84e9ffb3ac841114d4db4e70036eab333d29d2f authored by R. Wayne Oldford on 10 May 2021, 06:10:05 UTC, committed by cran-robot on 10 May 2021, 06:10:05 UTC
1 parent bb4dcd2
Raw File
UsAndThem.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/datasets.R
\docType{data}
\name{UsAndThem}
\alias{UsAndThem}
\title{Data to re-create Hans Rosling's famous "Us and Them" animation}
\format{
A data frame with 9855 rows and 8 variables
\describe{
 \item{Country}{country name}
 \item{Year}{year of recorded measurements}
 \item{Population}{country's population}
 \item{LifeExpectancy}{average life expectancy in years at birth}
 \item{Fertility}{in number of babies per woman}
 \item{Income}{Gross domestic product per person adjusted for inflation and purchasing power
 (in international dollars)}
 \item{Geographic.Region}{one of six large global regions}
 \item{Geographic.Region.ID}{two letter identification of country}
}
}
\source{
\url{https://www.gapminder.org/}
}
\usage{
UsAndThem
}
\description{
This data was sourced from \url{https://www.gapminder.org/} and
  contains Population, Life Expectancy, Fertility, Income, and
  Geographic.Region information between 1962 and 2013 for 198 countries.
}
\keyword{datasets}
back to top