my_gapminder | R Documentation |
The famous gapminder
dataset taken from the
gapminder
to perform tutorials of the package.
my_gapminder
a data frame with 1704 rows and 6 variables.
factor with 142 levels
factor with 5 levels
ranges from 1952 to 2007 in increments of 5 years
life expectancy at birth, in years
population
GDP per capita (US$, inflation-adjusted)
http://www.gapminder.org/data/.
str(my_gapminder)
head(my_gapminder)
data(my_gapminder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.