R/data.R

#' Wine reviews for 51 countries.
#'
#' A dataset containing wine reviews.
#'
#' @format A data frame with 280901 rows and 4 variables:
#' \describe{
#' \item{country}{The country that the wine is from.}
#' \item{points}{The number of points rated by WineEnthusiast
#' on a scale of 1–100.}
#' \item{price}{The cost for a bottle of the wine.}
#' \item{winery}{The winery that made the wine.}
#' }
#' @source \url{https://www.kaggle.com/zynicide/wine-reviews}
"mq_raw_TMT"
demar01/peRseus documentation built on July 12, 2020, 12:05 a.m.