summarize_conversions {funneljoin} | R Documentation |
Summarize Left-joined table into conversion count
Description
Summarize Left-joined table into conversion count
Usage
summarize_conversions(x, converted)
Arguments
x |
A tbl with one row per user |
converted |
The name of the column representing whether the user converted (treated as FALSE if NA or FALSE, otherwise TRUE) |
Value
A table with columns for your groups, along with 'nb_users', 'nb_conversions', and 'pct_converted'
[Package funneljoin version 0.2.0 Index]