Learn R Programming

wrangle (version 0.5.8)

dup.grouped_df: Show records with duplicate or duplicated values of grouping variables.

Description

Shows records with duplicate or duplicated values of grouping variables.

Usage

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

Value

grouped_df

Arguments

x

data.frame

...

ignored

See Also

Other dup: dup()

Examples

Run this code
library(dplyr)
dup(group_by(mtcars, mpg))

Run the code above in your browser using DataLab