| dedup | R Documentation | 
relabels duplicates in a character vector with .1, .2, .3 (where "." can be replaced by any user specified suffix)
dedup(x, suffix = ".")
| x | input vector to dedup | 
| suffix | suffix separator to use before adding integer for dups in x | 
length(x) vector of input + suffix separator + integer for dups and no suffix for "originals"
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.