make.unique improvement
make_unique(vec, sep = "_")
vec
a vector
sep
char separator to use
make_unique(c("a","a","a","b","a","b","c"))