dupsN: find number of dups,

Description Usage Arguments Value Examples

View source: R/dupsN.R

Description

descriptin 2??

not sure about this right here

Usage

1
dupsN(DT, by = colnames(DT), mode = "all")

Arguments

DT

A data.table

by

the variables used to identify the dups

mode

"all" outpus the number of all the dups identified, while "unique" outputs only the number of unique duplicates

Value

This function returns an integer value with the number of duplicates in the

Examples

1
2
3
4
## Not run: 
dupsN(DT, by='variable1')

## End(Not run)

emilBeBri/dttools documentation built on April 21, 2021, 5:44 a.m.