powered by
Group a data frame by the groupingVars and add group labels.
group_indices_se(.data, groupingVars, add = FALSE)
data.frame
character vector of column names to group by.
logical, passed to group_by
per-row group index assignments
group_indices
# NOT RUN { group_indices_se(datasets::mtcars, c("cyl", "gear")) # }
Run the code above in your browser using DataLab