shift_left {cohorts} | R Documentation |
Left-shift a Cohort Table
Description
Left-shifts a cohort table
Usage
shift_left(cohort_table)
Arguments
cohort_table |
Cohort table |
Value
Cohort table
Examples
online_cohorts %>%
cohort_table_month(CustomerID, InvoiceDate) %>%
shift_left()
[Package cohorts version 1.0.1 Index]