View source: R/summarize_funnel.R
summarize_conversions | R Documentation |
Summarize Left-joined table into conversion count
summarize_conversions(x, converted)
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) |
A table with columns for your groups, along with 'nb_users', 'nb_conversions', and 'pct_converted'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.