Description Usage Arguments Details Value Author(s) See Also Examples
Paste characters on to values of a character vector to make them unique.
1 | makeUnique(x)
|
x |
object to be coerced to a character vector |
Repeat values of x
are labelled with suffixes "1", "2" etc.
A character vector of the same length as x
Gordon Smyth
makeUnique
is called by merge.RGList
.
Compare with make.unique
in the base package.
1 2 | x <- c("a","a","b")
makeUnique(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.