funneljoin icon indicating copy to clipboard operation
funneljoin copied to clipboard

Additional join col

Open robinsones opened this issue 5 years ago • 3 comments

Allow users to join on multiple user columns by specifying multiple columns in the by_user argument (e.g. by_user = c("course", "user").

robinsones avatar Jan 21 '20 17:01 robinsones

Closes issue #37

robinsones avatar Jan 21 '20 18:01 robinsones

Still need to make this work for funnel_start() and funnel_step()

robinsones avatar Jan 21 '20 18:01 robinsones

Right now the output is a joined user column (e.g. one column named "course_user"), but I'm wondering whether we should separate it back out before returning the table.

robinsones avatar Jan 21 '20 20:01 robinsones