I have a problem with handling non english letters in data frame. I want to change the column names, but function dplyr::rename(colName1 = śśś)
shows error and informs that this column does not exist.
This is just example. I know, I could rename the columns in different way.
I tried to change default encoding in global options to UTF-8 however it doesn't help.