R/MilkConsumption.R

#' Milk consumption
#' 
#' @description 
#' A data frame containing a sample of the number of cow, 
#' sheep and goat milk bottles sold.
#' 
#' @usage MilkConsumption
#' @docType data
#' 
#' @format A data frame with 13 observations of 3 columns:
#' \describe{
#'   \item{\code{Cow.Milk}}{number of cow milk bottles}
#'   \item{\code{Sheep.Milk}}{number of sheep milk bottles}
#'   \item{\code{Goat.Milk}}{number of goat milk bottles}
#'   }
#' 
#' @name MilkConsumption
#' @source The original data are available at 
#' \href{http://www.statistics.gr/}{Hellenic Statistical Authority}
#' 
NULL

Try the gginference package in your browser

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

gginference documentation built on Nov. 10, 2020, 5:10 p.m.