funneljoin (version 0.1.0)

after_join_all: View result for each type of afterjoin

Description

View result for each type of afterjoin

Usage

after_join_all(x, y, by_user, by_time, mode = "inner", ...)

Arguments

x

A tbl representing the first event to occur in the funnel.

y

A tbl representing an event to occur in the funnel.

by_user

A character vector to specify the user or identity columns in x and y.

by_time

A character vector to specify the time columns in x and y. This would typically be a datetime or a date column. These columns are used to filter for time y being after time x.

mode

The method used to join: "inner", "full", "anti", "semi", "right", "left".

...

any additional arguments