Description Usage Arguments Value See Also Examples
View source: R/group_indices_se.R
Group a data frame by the groupingVars and add group labels.
1 | group_indices_se(.data, groupingVars, add = FALSE)
|
.data |
data.frame |
groupingVars |
character vector of column names to group by. |
add |
logical, passed to group_by |
per-row group index assignments
1 | group_indices_se(datasets::mtcars, c("cyl", "gear"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.