Emily Robinson
Emily Robinson
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_funneljoin.html) * [x] Check if any deprecation processes should be advanced, as described in [Gradual deprecation](https://lifecycle.r-lib.org/articles/communicate.html#gradual-deprecation) *...
Prepare for release: * [ ] `git pull` * [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_funneljoin.html) * [ ] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [ ] `devtools::build_readme()` * [ ] `urlchecker::url_check()` *...
In the version dated "2019-06-21" in section 2.3, there's a typo where "model complex model" should just be "complex model." > The simple model, analogous to the statistical “null model”...
Allow users to join on multiple user columns by specifying multiple columns in the `by_user` argument (e.g. `by_user = c("course", "user")`.
Now you could accidentally list the user column first and it will give you an incorrect answer
A problem I've encounter before is something along the lines of "I want to know what happens after people do X." Right now, funneljoin doesn't support that - you have...
For example, you have a course_id and want to link notification to course page view to course start.
The remote table join returns 0 rows, while when collected it returns more than 0. ``` library(tidyverse) library(datacampr) library(funneljoin) regs % after_inner_join(tbl_views_snowplow_registration_events(), by_user = "domain_userid", by_time = c("root_tstamp" = "registered_at"),...
We'll need to take out datacampr tests before submitting to CRAN