b_group_by: Group by one or more variables

Description Usage Arguments Value

View source: R/group_by.R

Description

Mimics dplyr::group_by using base R and rlang

Usage

1
2
3
4
b_group_by(.data, ..., add = FALSE)

## S3 method for class 'data.frame'
b_group_by(.data, ..., add = FALSE)

Arguments

.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

Value

data.frame


yonicd/bplyr documentation built on Feb. 24, 2020, 2 p.m.