create.variable.name {edf} | R Documentation |
This function creates a sensible variable name by replacing all non-alphanumeric characters with underscores. This is useful when the string is to be used as a the name of a list element.
create.variable.name(s)
s |
The string to be used as a variable name |
The string with non-alphanumeric characters replaced by underscores
s <- "a-b" edf:::create.variable.name(s)