Closed markfairbanks closed 1 year ago
Closes #399
Overview of changes
compute_by()
dplyr
dbplyr
by
step_subset_i()
step_subset_j()
filter()
mutate()
summarize()
slice_*()
Sorry, won't have time to review this. Things are pretty hectic right now where I'm working
No worries, thanks @eutwt
Closes #399
Overview of changes
compute_by()
was implemented (modeled afterdplyr
/dbplyr
versions)by
arg was added to thestep_subset_i()
/step_subset_j()
internal helpers. These are passed the result ofcompute_by()
byfilter()
/mutate()
/summarize()
/slice_*()
.