products: Product metadata.

Description Usage Format Value Source Examples

Description

Product metadata for all products purchased by households participating in the Customer Journey study.

Usage

1

Format

A data frame with 92,331 rows and 7 variables

Value

products

a tibble

Source

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

Examples

1
2
3
4
5
6
7
# full data set
products

# Transaction line items that don't have product metadata
require("dplyr")
transactions_sample %>%
  anti_join(products, "product_id")

completejourney documentation built on Sept. 29, 2019, 1:03 a.m.