group_indices_se: group_indices standard interface.

Description Usage Arguments Value See Also Examples

View source: R/group_indices_se.R

Description

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

Usage

1
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

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

seplyr documentation built on Sept. 5, 2021, 5:12 p.m.