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