ezDuplicated | R Documentation |
Keeps duplicated values by setting them to TRUE.
ezDuplicated(x, mode = "keepFirst")
x |
a vector, matrix or list. |
mode |
specifies how to keep duplicated values. Possible modes:
|
Returns a logical indicating which values are duplicated according to the specified mode
.
Rehrauer, Hubert
Schmid, Peter
v1 = c(1,2,3,4,5,4,3,2,3,4,5,6,7,8,7)
ezDuplicated(v1)
ezDuplicated(v1,"all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.