demographics: Household demographic metadata.

Description Usage Format Value Source Examples

Description

Household demographic metadata for households participating in the Customer Journey study. Due to nature of the data, the demographic information is not available for all households.

Usage

1

Format

A data frame with 801 rows and 8 variables

Value

demographics

a tibble

Source

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

Examples

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

# Transaction line items that don't have household metadata
require("dplyr")
transactions_sample %>%
  anti_join(demographics, "household_id")

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