When im trying to apply to lower function to data frame column:
df <- df %>%
mutate(col1 = tolower(col1))
I get:
Error in tolower(BRIEF_DESCRIPTION), ...., IP �' in 'utf8towcs'
Its because some of elements in column have unknown encoding. How could i fix it? How could i change encoding of those elements in columns with UTF-8 encoding