make_unique {thinkr}R Documentation

make.unique improvement

Description

make.unique improvement

Usage

make_unique(vec, sep = "_")

Arguments

vec

a vector

sep

char separator to use

Value

a vector

Examples


make_unique(c("a","a","a","b","a","b","c"))


[Package thinkr version 0.16 Index]