group_by method for class tabxplor_tab
# S3 method for tabxplor_tab
group_by(.data, ..., .add = FALSE, .drop = dplyr::group_by_drop_default(.data))
A tibble of class tabxplor_tab
.
Variables or computations to group by.
When FALSE
, the default, group_by()
will
override existing groups. To add to the existing groups, use
.add = TRUE
.
Drop groups formed by factor levels that don't appear in the
data? The default is TRUE
except when .data
has been previously
grouped with .drop = FALSE
.
A tibble of class tabxplor_grouped_tab
.