Revision a53065a09c3fce65a63e137deb5bccb6162e6cff authored by Matthias Templ on 18 November 2020, 20:10:02 UTC, committed by cran-robot on 18 November 2020, 20:10:02 UTC
1 parent 9ae1e67
Raw File
alcohol.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{alcohol}
\alias{alcohol}
\title{alcohol consumptions by country and type of alcohol}
\format{
A data frame with 193 rows and 6 variables
}
\source{
Transfered from the World Health Organisation website.
}
\usage{
data(alcohol)
}
\description{
\itemize{
 \item{\code{country }}{Country}
 \item{\code{year }}{Year}
 \item{\code{beer }}{Consumption of pure alcohol on beer (in percentages)}
 \item{\code{wine }}{Consumption of pure alcohol on wine (in percentages)}
 \item{\code{spirits }}{Consumption of pure alcohol on spirits (in percentages)}
 \item{\code{other }}{Consumption of pure alcohol on other beverages (in percentages)}
}
}
\examples{

data("alcohol")
str(alcohol)
summary(alcohol)
}
\author{
Matthias Templ \email{matthias.templ@tuwien.ac.at}
}
\keyword{data}
back to top