tests/testthat/_snaps/step-subset-summarise.md

summarise(.groups=)

Code
  eval_bare(expr(lazy_dt(data.frame(x = 1, y = 2), "DT") %>% group_by(x, y) %>%
    dplyr::summarise() %>% show_query()), env(global_env()))
Message
  `summarise()` has grouped output by 'x'. You can override using the `.groups` argument.
Output
  unique(DT)
`.groups` can't be "rowwise" in dtplyr
i Possible values are NULL (default), "drop_last", "drop", and "keep"


Try the dtplyr package in your browser

Any scripts or data that you put into this service are public.

dtplyr documentation built on March 31, 2023, 9:13 p.m.