Learn R Programming

wrangle (version 0.6.4)

enumerate: Count unique combinations of items in specified columns.

Description

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

Usage

enumerate(x, ...)

Value

grouped_df

Arguments

x

data.frame

...

columns to show

See Also

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

Examples

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

Run the code above in your browser using DataLab