enumerate {wrangle} | R Documentation |
Counts unique combinations of items in specified columns (unquoted).
enumerate(x, ...)
x |
data.frame |
... |
columns to show |
grouped_df
Other util:
detect()
,
itemize()
,
static()
enumerate(mtcars, cyl, gear, carb)