dwww Home | Show directory contents | Find package

# 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 <rlang_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"

Generated by dwww version 1.15 on Tue Jul 2 08:05:42 CEST 2024.