make.unique.2: Custom Make Unique

Description Usage Arguments Value Examples

View source: R/make.unique.2.R

Description

Similar to make.unique, but with some customization. E.g. starts counting with ".1" instead of blank.

Usage

1

Arguments

x

character vector with non-unique entries

Value

character vector where all entries have attached suffix resolving their non-uniqueness.

Examples

1
2
make.unique(c('a','b','b'))
make.unique.2(c('a','b','b'))

vladpetyuk/vp.misc documentation built on June 25, 2021, 6:35 a.m.