R/utils.R
dot-tempColName.Rd
Returns a name that does not already exist in columns of a data.frame
.tempColName(df, n = 1, nm = "TEMP")
A data.frame or tibble
(default 1) How many temporary column names are needed?
(character(1), default "TEMP") Prefix for temporary column names