Description Usage Format Examples
A dataset that presents prices and attributes of nearly 2,700 diamonds. This
dataset is a downsampled and simplified version of the diamonds
dataset
found in the ggplot2 package.
1 |
A tibble with 2697 rows and 6 variables:
the weight of the diamond in carats, where each carat is 0.2 grams
a depth percentage of the diamond that takes into account the diamond's length, width, and depth distances
provides qualitative measures of the diamond's
color, cut, and clarity; the measures for each of these variables are
Fair
, Great
, and The Best
the price of the diamond in US Dollars
1 2 3 | # Here is a glimpse at the data
# available in `dmd`
dplyr::glimpse(dmd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.