has_group_duplicates: Check if your data frame contains duplicate rows by group

has_group_duplicatesR Documentation

Check if your data frame contains duplicate rows by group

Description

has_group_duplicates checks if the data frame has duplicate values when grouping by selection of variables given by ....

Usage

has_group_duplicates(data, ...)

Arguments

data

Dataframe/tibble

...

Grouping variables

Details

Used in scripts: Robust function: TRUE

Value

TRUE if data has duplicates, otherwise FALSE


AndreSjuve/dretools documentation built on Dec. 4, 2024, 3:12 a.m.