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 Aug. 29, 2023, 11:28 a.m.