R/main.R
makeUnique.Rd
Make Duplicated Character Strings Unique
adds ".1", ".2", etc. to duplicate values
makeUnique(x, warn = TRUE)
x | vector of character strings |
---|---|
warn | if |
x
with duplicate elements being modified to "element.1",
"element.2", etc.