Description Usage Arguments See Also
Runs cust_dup_pct
across demographic variables. By default
requires sex, cust_res, and birth_year to be present in the customer tables.
Returns a data frame with breakouts for each specified demographic.
1 | cust_dup_demo(cust, cust_dup, demos = c("sex", "cust_res", "birth_year"))
|
cust |
input customer table |
cust_dup |
table of customers (with dups) produced by
|
demos |
name(s) of demographic variables to check |
Other finalize production data:
cust_dup_demo_plot()
,
cust_dup_identify()
,
cust_dup_nomissing()
,
cust_dup_pct()
,
cust_dup_pull()
,
cust_dup_samp()
,
cust_dup_year()
,
res_id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.