Learn R Programming

completejourney (version 1.1.0)

coupon_redemptions: Coupon redemption data.

Description

Coupon data identifying the coupons that each household redeemed in the Complete Journey study.

Usage

coupon_redemptions

Arguments

Format

A data frame with 2,102 rows and 4 variables

  • household_id: Uniquely identifies each household

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

  • campaign_id: Uniquely identifies each campaign

  • redemption_date: Date when the coupon was redeemed

Examples

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

# Join coupon metadata to coupon_redempt dataset
require("dplyr")
coupon_redemptions %>%
  left_join(coupons, "coupon_upc")
# }

Run the code above in your browser using DataLab