get_duplicates | R Documentation |
Get Duplicates From a Vector
get_duplicates(x)
x |
An atomic vector
|
A vector of the same type as x
contain duplicate values
Brings something to you!?!:
get_constant_vars()
,
get_dataset()
,
get_source_vars()
get_duplicates(1:10)
get_duplicates(c("a", "a", "b", "c", "d", "d"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.