R/diamonds_doc.R

#' diamonds
#'
#' A dataframe containing information about 150 diamonds sold at auction.
#'
#'
#' @format A data frame containing 300 rows and 4 columns
#' \describe{
#'   \item{weight}{(numeric) - The weight of the diamond}
#'   \item{clarity}{(numeric) - The clarity of the diamond}
#'   \item{color}{(numeric) - The color shading of the diamond}
#'   \item{value}{The value of the diamond}
#'  }
#' @source 2015 annual international pirate meeting at the Bodensee in Konstanz, Germany
#'
#'
#'
"diamonds"
ndphillips/yarrr documentation built on April 9, 2024, 5:16 a.m.