powered by
Rename items to avoid name collision, by appending a 2 to the second occurrence of a name, etc.
2
unduplicateNames(names)
Vector of strings with variable names.
names Vector of strings with numbered variable names.
used by read.ctd.sbe.
read.ctd.sbe
# NOT RUN { unduplicateNames(c("a", "b", "a", "c", "b")) # }
Run the code above in your browser using DataLab