dupes | R Documentation |
For every element/row of x
that has at least one duplicate, return one
instance of that element.
dupes(x, ...)
x |
an atomic vector or data.frame |
... |
passed on to |
dupes(c(1, 1, 1, 2))
dupes(cars[c(1, 1, 1, 2), ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.