Learn R Programming

wrangle (version 0.5.8)

dupGroups.grouped_df: Count records with with duplicate or duplicated values of grouping variables.

Description

Counts records with with duplicate or duplicated values of grouping variables. If b follows a and and is the same, then b is a duplicate, a is duplicated, and both are shown.

Usage

# S3 method for grouped_df
dupGroups(x, ...)

Value

grouped_df

Arguments

x

data.frame

...

ignored

See Also

Other dupGroups: dupGroups()