group_indices_se: group_indices standard interface.

View source: R/group_indices_se.R

group_indices_seR Documentation

group_indices standard interface.

Description

Group a data frame by the groupingVars and add group labels.

Usage

group_indices_se(.data, groupingVars, add = FALSE)

Arguments

.data

data.frame

groupingVars

character vector of column names to group by.

add

logical, passed to group_by

Value

per-row group index assignments

See Also

group_indices

Examples


group_indices_se(datasets::mtcars, c("cyl", "gear"))


WinVector/seplyr documentation built on Aug. 26, 2022, 12:01 p.m.