which.duplicated: which.duplicated

View source: R/basicf.r

which.duplicatedR Documentation

which.duplicated

Description

Indices values of duplicated entries in x

Usage

which.duplicated(x, returnValue = F, returnalldups = T)

Arguments

x

Whatever.

returnValue

values of duplicated entries

returnalldups

Output all instances/values of duplicated entries?

Value

If returnValue is True, output is the values of duplicated entries, else output is the indices (numeric vector)

See Also

Other AnyWhich: AllFalse(), AllTrue(), AnyFalse(), wana(), whd(), which.Not.na(), which.na(), wh(), wna()

Examples

which.duplicated

UriNeri/NeriMisc documentation built on Aug. 13, 2022, 4:37 p.m.