funneljoin (version 0.1.0)

summarize_conversions: Summarize Left-joined table into conversion count

Description

Summarize Left-joined table into conversion count

Usage

summarize_conversions(x, converted)

Value

A table with columns for your groups, along with `nb_users`, `nb_conversions`, and `pct_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)