group_by.tabxplor_tab | R Documentation |
group_by method for class tabxplor_tab
## S3 method for class 'tabxplor_tab'
group_by(.data, ..., .add = FALSE, .drop = dplyr::group_by_drop_default(.data))
.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 |
A tibble of class tabxplor_grouped_tab
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.