SAGA-GIS identifiers sometimes cannot represent syntactically-correct names in R because they start with numbers or have spaces. They are also all in uppercase which is ugly to refer to in code. This function creates an alternative/alias identifier.
create_alias(identifier)
A character with a syntactically-correct alias.
A character with the identifier.