Emily Robinson

Results 10 comments of Emily Robinson

Thanks Ramnath! I'll work on these this week.

@ramnathv from my understanding of this function, you'd want to specify `by_user` and `by_time` in it, and the `by` argument would be the same as the `by_user`. Is that right?...

can do a "first-any" then a count then a filter.

Closes issue #37

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

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.

These give the same answers though. It seems like it might be an issue with multiple joins in a row ``` tbl_views_snowplow_registration_events() %>% filter(registered_at > "2018-07-15") %>% after_join(tbl_main_user_exercises() %>% filter(completed_at...

Current fix is not allowing people to do multiple funnel joins in a row remotely ... still need to figure out underlying issue

Hi @tmastny - this should be solved when pull request #41 is merged (waiting on review from @dgrtwo), which enables you to specify multiple "user" columns to join on. For...

Also, thanks for writing your blog posts!