transactions_sample {completejourney}R Documentation

Sampling of the full Complete Journey transactions.

Description

A sampling of all products purchased by households within the Complete Journey study. Each line found in this table is essentially the same line that would be found on a store receipt. This is only a subsample of the complete data set to keep package size manageable.

Usage

transactions_sample

Format

A data frame with 75,000 rows and 11 variables

household_id

Uniquely identifies each household

store_id

Uniquely identifies each store

basket_id

Uniquely identifies a purchase occasion

product_id

Uniquely identifies each product

quantity

Number of the products purchased during the trip

sales_value

Amount of dollars retailer receives from sale

retail_disc

Discount applied due to retailer's loyalty card program

coupon_disc

Discount applied due to manufacturer coupon

coupon_match_disc

Discount applied due to retailer's match of manufacturer coupon

week

Week of the transaction; Ranges 1-53

transaction_timestamp

Date and time of when the transaction occurred

Value

transactions_sample

a tibble

Source

84.51°, Customer Journey study, http://www.8451.com/area51/

See Also

Use get_transactions to download the entire transactions data containing all 1,469,307 rows.

Examples


transactions_sample


[Package completejourney version 1.1.0 Index]