duplicated | R Documentation |
"duplicated" method for Crunch objects
duplicated(x, incomparables = FALSE, ...)
## S4 method for signature 'CrunchVariable'
duplicated(x, incomparables = FALSE, ...)
## S4 method for signature 'CrunchExpr'
duplicated(x, incomparables = FALSE, ...)
x |
|
incomparables |
Ignored |
... |
Ignored |
A CrunchLogicalExpr
that evaluates TRUE
for all repeated
entries after the first occurrence of a value.
base::duplicated()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.