| findDup | R Documentation | 
Find duplicated term
findDup(x)
| x | A vector | 
A logical vector
x=rep(1:5,each=3)
findDup(x)
x=c(6,x)
findDup(x)
which(!findDup(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.