#' Diamond data
#'
#' @docType data
#'
#' @details This data measures the carat, color, clarity, cut, and price of a random sample of diamonds.
#'
#'
#' @usage data(Diamonds)
#'
#' @format The variables are
#'
#' - `Carat`: The weight of the diamond.
#' - `Color`: The color of the diamond is graded. The lower the letter, the more colorless the diamond.
#' - `Clarity`: The clarity is a measure of the number of blemishes in a diamond. FL: Flawless IF: Internally Flawless WS1: Very, Very Slightly Included 1 WS2: Very, Very Slightly Included 2 VS1: Very Slightly Included 1 VS2: Very Slight Included 2 SI1: Slightly Included 1 SI2: Slightly Included 2 I1: Inclusions 1 I2: Inclusions 2
#' - `Cut`: A measure of the quality of the diamond's angles, brilliance, and finishing details.
#' - `Price`: The price of the diamond (in dollars).
#'
#' @keywords datasets
#'
#' @source diamonds.com
#'
"Diamonds"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.