dedup | R Documentation |
Deduplicate character vectors Relabels duplicates in a character vector with .1, .2, .3 (where "." can be replaced by any user specified suffix)
dedup(x, suffix = ".")
x |
Character vector to deduplicate. |
suffix |
User defined suffix |
dedupclicated character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.