View source: R/shift_left_pct.R
shift_left_pct | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.