unaccent {scraEP} | R Documentation |
This function removes all diacritic accents from character strings (eg. transforms "àüî" into "aui").
unaccent(text)
text |
a character vector |
A character vector, containing the unaccentuated version of the given text.
Julien Boelaert jubo.stats@gmail.com
unaccent("âàéèïì")