R/groceries.R

#' Prices of selected grocery items in Trinidad and Tobago in November 2018
#'
#'
#'
#' @source <https://tradeind.gov.tt/tag/supermarket-pricelist/>
#' @format Data frame with columns
#' \describe{
#' \item{No.}{Item identifier as assigned by Ministry of Trade and Information}
#' \item{ITEMS}{Name of item}
#' \item{BRAND}{Brand of item}
#' \item{SIZE}{Item size}
#' \item{Outlet}{Name of the grocery}
#' \item{Town}{Location of the grocery}
#' \item{Region}{Location: Central, East, North, South, Tobago, West}
#' \item{Price}{Item price}
#' }
"groceries"
thisisdaryn/workshop documentation built on Jan. 17, 2020, 7:31 p.m.