Description Usage Arguments See Also Examples
This is a simple calculation that doesn't take into account multi-year licenses, so it should only be used for initial data validation
1 2 | summary_churn(x, years, rnd = 1, out = NULL, title = "Churn by Year",
note = NULL, suppress_notes = FALSE)
|
x |
data frame: Table holding sales by year with a minimum of 2 variables (cust_id, year) |
years |
numeric: range of years needed to calculate churn |
rnd |
numeric: number of decimals to round pct change results |
out |
character: file path to optional output csv |
title |
character: title for output table |
note |
character: note for output table |
suppress_notes |
logical: If TRUE, returns a data frame only |
Other functions for validating license data: check_dups
,
count_lines_textfile
,
summary_initial
, summary_sale
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.