Learn R Programming

SveltePlots (version 0.1.0)

gapminder: Gapminder Dataset

Description

This dataset provides country-level data on life expectancy, GDP per capita, and population. It is included in the `gapminder` package. For detailed information, please refer to the [gapminder documentation](https://cran.r-project.org/package=gapminder).

Usage

gapminder

Arguments

Format

A data frame with 1704 rows and 6 variables.

country

Factor with country names.

continent

Factor with continent names.

year

Integer.

lifeExp

Numeric.

pop

Integer.

gdpPercap

Numeric.

See Also

Examples

Run this code
data(gapminder)
head(gapminder)

Run the code above in your browser using DataLab