isUnique | R Documentation |
Determines which elements of a vector occur exactly once.
isUnique(x)
x |
a vector |
A logical vector of the same length as x
, in which
TRUE
indicates uniqueness.
Wolfgang Huber
unique
,duplicated
.
x <- c(9:20, 1:5, 3:7, 0:8)
isUnique(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.