shift_left: Left-shift a Cohort Table

View source: R/shift_left.R

shift_leftR 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()


PeerChristensen/cohorts documentation built on Nov. 1, 2023, 7:31 a.m.