Learn R Programming

completejourney (version 1.1.0)

coupons: Coupon metadata.

Description

Coupon metadata for all coupons used in campaigns advertised to households participating in the Customer Journey study.

Usage

coupons

Arguments

Value

coupons

a tibble

Format

A data frame with 116,204 rows and 3 variables

  • coupon_upc: Uniquely identifies each coupon (unique to household and campaign)

  • product_id: Uniquely identifies each product

  • campaign_id: Uniquely identifies each campaign

Examples

Run this code
# NOT RUN {
# full data set
coupons

# Join product metadata to coupon dataset
require("dplyr")
coupons %>%
  left_join(products, "product_id")
# }

Run the code above in your browser using DataLab