sales: Item sales from a shop that doesn't actually exist

Description Usage Format Examples

Description

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.

Usage

1

Format

A tibble with 13,306 rows and 6 variables:

order_id

The id value for the order; each order can take multiple rows (where each row is for the sale of an individual item)

date,time

The date and time of the order

item_id

The id value for the item sold

price

The price of the item sold

Examples

1
2
3
# Here is a glimpse at the data
# available in `sales`
dplyr::glimpse(sales)

rich-iannone/rwr documentation built on Jan. 22, 2021, 7:51 p.m.