R/data.R

#' A small data frame about diamonds
#'
#' This data set is a subset of the diamonds data set
#' from the 'ggplot2' package.
#'
#' @format A data frame with 1000 rows and 3 variables.
#' \describe{
#' \item{clarity}{The diamond's clarity. A categorical variable.}
#' \item{depth}{The diamond's depth. A numerical variable.}
#' \item {price}{The price of the diamond.}
#' }
"diamonds_df"
pabloantiqueira/demopkg documentation built on July 3, 2020, 12:04 a.m.