tests/testthat/_snaps/step-group.md

can add groups if requested

Code
  . <- dt %>% group_by(x) %>% group_by(y, add = TRUE)
Condition
  Warning:
  The `add` argument of `group_by()` is deprecated as of dplyr 1.0.0.
  i Please use the `.add` argument instead.


hadley/dtplyr documentation built on Jan. 27, 2025, 1:04 a.m.