duplicated {crunch} | R Documentation |
"duplicated" method for Crunch objects
Description
"duplicated" method for Crunch objects
Usage
duplicated(x, incomparables = FALSE, ...)
## S4 method for signature 'CrunchVariable'
duplicated(x, incomparables = FALSE, ...)
## S4 method for signature 'CrunchExpr'
duplicated(x, incomparables = FALSE, ...)
Arguments
x |
|
incomparables |
Ignored |
... |
Ignored |
Value
A CrunchLogicalExpr
that evaluates TRUE
for all repeated
entries after the first occurrence of a value.
See Also
[Package crunch version 1.30.4 Index]