Learn R Programming

wrangle (version 0.5.8)

itemize: Show unique combinations of items in specified columns

Description

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

Usage

itemize(x, ...)

Value

grouped_df

Arguments

x

data.frame

...

columns to show

See Also

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

Examples

Run this code
itemize(mtcars, cyl, gear, carb)

Run the code above in your browser using DataLab