group_cols: Selection helper for grouping columns

View source: R/group_cols.R

group_colsR Documentation

Selection helper for grouping columns

Description

Selection helper for grouping columns

Usage

group_cols()

Examples

df <- tidytable(
  x = c("a", "b", "c"),
  y = 1:3,
  z = 1:3
)

df %>%
  group_by(x) %>%
  select(group_cols(), y)

mtfairbanks/gdt documentation built on April 12, 2024, 6:51 p.m.