itemize: Show unique combinations of items in specified columns

View source: R/wrangle.R

itemizeR 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)

bergsmat/wrangle documentation built on Oct. 27, 2024, 12:13 a.m.