R/wine_cons.R

#' Biggest wine consuming countries.
#' 
#' Percentage of world wine consumption by the
#' eight largest consumers in 2012. 
#'
#' @name wine_cons
#' @docType data
#' @usage data(wine_cons)
#' @return A data frame with 8 rows and 2 variables.
#' @note The  data set contains the following fields:
#' \describe{
#' \item{Country.}{Name of country.}
#' \item{Consumption.}{Percentage of world wine consumption.}}
#'@references Credit: This data set was constructed from the 
#' information at \url{http://www.wineinstitute.org/files/2012_World_Consumption_by_Country_cCalifornia_Wine_Institute.pdf}
#' @aliases wine_cons
#' @keywords datasets
#' @examples
#' data(wine_cons)
NULL

Try the nclRintroduction package in your browser

Any scripts or data that you put into this service are public.

nclRintroduction documentation built on May 2, 2019, 4:46 p.m.