group_by.tabxplor_tab {tabxplor} | R Documentation |
group_by method for class tabxplor_tab
Description
group_by method for class tabxplor_tab
Usage
## S3 method for class 'tabxplor_tab'
group_by(.data, ..., .add = FALSE, .drop = dplyr::group_by_drop_default(.data))
Arguments
.data |
A tibble of class |
... |
Variables or computations to group by. |
.add |
When |
.drop |
Drop groups formed by factor levels that don't appear in the
data? The default is |
Value
A tibble of class tabxplor_grouped_tab
.
[Package tabxplor version 1.1.3 Index]