Description Usage Arguments Value Examples
View source: R/make.unique.2.R
Similar to make.unique, but with some
customization. E.g. starts counting with ".1" instead of blank.
| 1 | 
| x | character vector with non-unique entries | 
character vector where all entries have attached suffix resolving their non-uniqueness.
| 1 2 | make.unique(c('a','b','b'))
make.unique.2(c('a','b','b'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.