my_gapminder: Gapminder Data

my_gapminderR Documentation

Gapminder Data

Description

The famous gapminder dataset taken from the gapminder to perform tutorials of the package.

Usage

my_gapminder

Format

a data frame with 1704 rows and 6 variables.

country

factor with 142 levels

continent

factor with 5 levels

year

ranges from 1952 to 2007 in increments of 5 years

lifeExp

life expectancy at birth, in years

pop

population

gdpPercap

GDP per capita (US$, inflation-adjusted)

Source

http://www.gapminder.org/data/.

Examples

str(my_gapminder)
head(my_gapminder)
data(my_gapminder)

yinuotxie/package302 documentation built on April 29, 2023, 7:13 a.m.