Last chance! 50% off unlimited learning
Sale ends in
Converts values of a cohort table to percentages of initial cohort sizes.
cohort_table_pct(cohort_table, decimals = 1)
Cohort table
Integer
Cohort table
# NOT RUN {
online_cohorts %>%
cohort_table_month(CustomerID, InvoiceDate) %>%
cohort_table_pct(decimals = 1)
# }
Run the code above in your browser using DataLab