powered by
Get Duplicates From a Vector
get_duplicates(x)
A vector of the same type as x contain duplicate values
x
An atomic vector
Brings something to you!?!: get_constant_vars(), get_dataset(), get_source_vars()
get_constant_vars()
get_dataset()
get_source_vars()
get_duplicates(1:10) get_duplicates(c("a", "a", "b", "c", "d", "d"))
Run the code above in your browser using DataLab