powered by
Coupon data identifying the coupons that each household redeemed in the Complete Journey study.
coupon_redemptions
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
# 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