group_indices {dplyr} | R Documentation |
Generate a unique id for each group
group_indices(.data, ...)
.data |
a tbl |
... |
Variables to group by. All tbls accept variable names. Some tbls will accept functions of variables. Duplicated groups will be silently dropped. |
group_indices(mtcars, cyl)