Description Usage Format Examples
This contains synthetic sales data for the month of January in 2019. Each row
constitutes an individual item sold. Multiple items could be sold as part of
a single order; the date and time indicate the time of the order. The price
is the sell price for the item.
1 |
A tibble with 13,306 rows and 6 variables:
The id value for the order; each order can take multiple rows (where each row is for the sale of an individual item)
The date and time of the order
The id value for the item sold
The price of the item sold
1 2 3 | # Here is a glimpse at the data
# available in `sales`
dplyr::glimpse(sales)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.