Remove and replace accents and special characters.
Created to adapt names of dataframes coming from excel files with
weird column names. Replacement is made by underscore symbol.
clean_symbols(input)
Arguments
input |
The vector to clean |
Value
a vector without special symbols and accents.