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