View source: R/cohort_table_pct.R
cohort_table_pct | R Documentation |
Converts values of a cohort table to percentages of initial cohort sizes.
cohort_table_pct(cohort_table, decimals = 1)
cohort_table |
Cohort table |
decimals |
Integer |
Cohort table
online_cohorts %>%
cohort_table_month(CustomerID, InvoiceDate) %>%
cohort_table_pct(decimals = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.