Description Usage Arguments Value
Mimics dplyr::group_by using base R and rlang
1 2 3 4 | b_group_by(.data, ..., add = FALSE)
## S3 method for class 'data.frame'
b_group_by(.data, ..., add = FALSE)
|
.data |
data.frame |
... |
Variables to group by |
add |
When add = FALSE, the default, group_by() will override existing groups. To add to the existing groups, use add = TRUE., Default: FALSE |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.