Identifies all entries that exists exactly once.

isSingle(x, ...)
 singles(x, ...)

Arguments

x

A vector of length K.

...

Additional arguments passed to isReplicated().

Value

A logical

vector of length K, indicating whether the value is unique or not.

Author

Henrik Bengtsson

See also

Internally isReplicated() is used.