isSingle {R.utils} | R Documentation |
Identifies all entries that exists exactly once.
isSingle(x, ...)
singles(x, ...)
x |
A |
... |
Additional arguments passed to |
A logical
vector
of length K,
indicating whether the value is unique or not.
Henrik Bengtsson
Internally isReplicated
() is used.