has_duplicates: Are there duplicate values in your data?

has_duplicatesR Documentation

Are there duplicate values in your data?

Description

has_duplicates checks if there are duplicate rows in your dataframe, unconditional on grouping.

Usage

has_duplicates(data, ...)

Arguments

data

Dataframe/tibble

...

Other arguments

Details

Used in scripts: Robust function: TRUE

Value

TRUE if there are duplicate rows, otherwise FALSE


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