if (FALSE) {
# Retention of Power/Habitual users from Nov 2025 to Jan 2026
identify_retention(
data = pq_week_df,
start_x = "2025-11-01",
end_x = "2025-12-01",
start_y = "2026-01-01",
end_y = "2026-02-01",
category = "UsageSegments_12w",
category_values = c("Power User", "Habitual User")
)
}
Run the code above in your browser using DataLab