after_join_all: View result for each type of afterjoin

Description Usage Arguments

View source: R/after_join_all.R

Description

View result for each type of afterjoin

Usage

1
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


datacamp/funneljoin documentation built on June 18, 2020, 6:52 a.m.