R/data.R

#' A small data frame about diamonds
#'
#' This dataset 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"
miked-hydroeco/demopkg documentation built on July 2, 2020, 6:26 p.m.