create_recoded_experian_tbl: Create the recoded and ordered experian table for grouping

Description Usage Arguments

View source: R/demo_profiles_redshift.R

Description

Create the recoded and ordered experian table for grouping

Usage

1
2
3
4
5
6
7
create_recoded_experian_tbl(
  aggregation_level,
  experian_table_name,
  experian_pii_table_name,
  experian_id,
  additional_demographics_tbl
)

Arguments

aggregation_level

(string) "person" or "household" if "person" aggregation will use person_id605 if "household" aggregation will use id605

experian_table_name

(string) non PII experian table name

experian_pii_table_name

(string) PII experian table name

experian_id

(string) "id605" or "person_id605"

additional_demographics_tbl

(remote table) distinct rows of id605 or person_id605 + additional, already coded and ordered additional demographics


605data/DemoProfiles documentation built on June 12, 2020, 12:01 a.m.