View source: R/after_join_all.R
after_join_all | R Documentation |
View result for each type of afterjoin
after_join_all(x, y, by_user, by_time, mode = "inner", ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.