unique_names: unique_names
Description
Convert names strings to ID strings that are unique and conformant
with R's syntactic rules for variable names.
Usage
unique_names(names, reserved = c())
Arguments
- names
character(). Names to be converted to IDs.
- reserved
character(). Reserved names that should not be used as IDs.