summarize_conversions: Summarize Left-joined table into conversion count

View source: R/summarize_funnel.R

summarize_conversionsR 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'


robinsones/funneljoin documentation built on March 29, 2023, 10:18 a.m.