.tempColName | R Documentation |
Returns a name that does not already exist in columns of a data.frame
.tempColName(df, n = 1, nm = "TEMP")
df |
A data.frame or tibble |
n |
(default 1) How many temporary column names are needed? |
nm |
(character(1), default "TEMP") Prefix for temporary column names |
Returns a name for a temporary column in df that isn't the name of an existing column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.