View source: R/any_duplicated.R
any_duplicated | R Documentation |
Unlike anyDuplicated
which returns the index value of the first
duplicated element, any_duplicated
is simpler and returns a logical
vector.
any_duplicated(x)
x |
A vector to test for duplicate elements. |
Logical vector with a length of 1
.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.