powered by
Replaces special characters in character vectors
breakdown(x)
a character vector
A character vector
Applies the following functions to a character vector
sets all letters to lower case
replaces umlauts (for example <e4> replaced by ae)
removes accents from letters (for example <e9> replaced by e)
replaces <df> by ss
Also removes other special characters, like punctuation signs, numbers and breaks
gsub
# NOT RUN { breakdown("M<e4>rchen") breakdown("I was visiting Orl<e9>ans last week. It was nice, though!") # }
Run the code above in your browser using DataLab