powered by
This function removes all diacritic accents from character strings (eg. transforms "<U+00E0><U+00FC><U+00EE>" into "aui").
unaccent(text)
a character vector
A character vector, containing the unaccentuated version of the given text.
# NOT RUN { unaccent("<U+00E2><U+00E0><U+00E9><U+00E8><U+00EF><U+00EC>") # }
Run the code above in your browser using DataLab