gapminder {SveltePlots} | R Documentation |
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
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.
Source
This dataset is sourced from the 'gapminder' package.
See Also
Examples
data(gapminder)
head(gapminder)
[Package SveltePlots version 0.1.0 Index]