Alcohol | R Documentation |
These data provide per capita alcohol consumption values for many countries in 2005 and 2008. There are also a few countries for which there are data in other years.
data(Alcohol)
A data frame with 411 observations on the following variables.
country
country name
year
year
alcohol
estimated per capita alcohol consumption for adults (15+) in litres pure alcohol
Gapminder (https://www.gapminder.org/data/)
data(Alcohol)
# There are only a few observations in years other than 2005 and 2008
subset(Alcohol, ! year %in% c(2005,2008))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.