# NOT RUN {
# full data set
demographics
# Transaction line items that don't have household metadata
require("dplyr")
transactions_sample %>%
anti_join(demographics, "household_id")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab