which.duplicated | R Documentation |
Indices values of duplicated entries in x
which.duplicated(x, returnValue = F, returnalldups = T)
x |
Whatever. |
returnValue |
values of duplicated entries |
returnalldups |
Output all instances/values of duplicated entries? |
If returnValue is True, output is the values of duplicated entries, else output is the indices (numeric vector)
Other AnyWhich:
AllFalse()
,
AllTrue()
,
AnyFalse()
,
wana()
,
whd()
,
which.Not.na()
,
which.na()
,
wh()
,
wna()
which.duplicated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.