removeDup | R Documentation |
Remove duplicated term
removeDup(x, replacement = "")
x |
A vector |
replacement |
A character to be replaced or NA |
A vector with the same class as x
x=rep(1:5,each=3)
removeDup(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.