shift_left_pct {cohorts} | R Documentation |
Left-shifts a cohort table with cohort sizes as percentages of start sizes.
shift_left_pct(cohort_table, decimals = 1)
cohort_table |
Cohort table |
decimals |
Integer |
Cohort table
online_cohorts %>%
cohort_table_month(CustomerID, InvoiceDate) %>%
shift_left_pct()