summarize_funnel {funneljoin} | R Documentation |
Summarize after funnel start and funnel step(s)
Description
Summarize after funnel start and funnel step(s)
Usage
summarize_funnel(tbl_funnel)
Arguments
tbl_funnel |
a table from funnel start and funnel step(s) |
Value
A tibble with one row for each moment_type and grouping variable, with columns:
- nb_step
The number of users who reached this moment
- pct_cumulative
The percentage of original users who reached this moment
- pct_step
The percentage of users who reached the last step reaching this moment
[Package funneljoin version 0.2.0 Index]