dups_tag: Tag all observations that are duplicates

Description Usage Arguments

View source: R/dups_tag.R

Description

Returns the dataframe with a new logical variable that denotes whether the observation is a duplicate observation or not

Usage

1
dups_tag(data, ..., var = "dups_tag")

Arguments

data

data.frame or tibble

...

id variables

var

name of the new logical variable that will be created (that identifies the duplicates in the dataset)


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