itemize {wrangle}R Documentation

Show unique combinations of items in specified columns

Description

Shows unique combinations of items in specified columns (unquoted).

Usage

itemize(x, ...)

Arguments

x

data.frame

...

columns to show

Value

grouped_df

See Also

Other util: detect(), enumerate(), static()

Examples

itemize(mtcars, cyl, gear, carb)

[Package wrangle version 0.6.4 Index]