Learn R Programming

cohorts (version 1.0.1)

shift_left: 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

Run this code
# NOT RUN {
online_cohorts %>%
cohort_table_month(CustomerID, InvoiceDate) %>%
shift_left()

# }

Run the code above in your browser using DataLab