dups_report: Print a duplicates report

Description Usage Arguments

View source: R/dups_report.R

Description

Prints a reports of all the duplicates in a dataframe based on the uniquely identifying variable(s)

Usage

1
dups_report(data, ..., print_only = TRUE)

Arguments

data

data.frame or tibble

...

id variables

print_only

logical. Does the report get printed and then return the original dataframe (default), or does it return the tibble with the duplicate details?


dmbwebb/dups documentation built on Feb. 11, 2021, 3:48 a.m.