allDups {bayesbio} | R Documentation |
By default the base R function duplicated only identifies the duplicated values after the first in a vector as TRUE. This function identifies all of the duplicates as true.
allDups(x)
x |
The input vector. |
A logical vector.