#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.