unaccent | R Documentation |
Replace accented characters with their non-accented versions. Useful when dealing with languages like French, Spanish or Portuguese, where accents can lead to compatibility issues during data analysis.
unaccent(x, remove.nonconverted = FALSE, ...)
x |
A character vector. |
remove.nonconverted |
Should the function remove unmapped encodings? (Default: FALSE) |
... |
Parameters passed to |
A character vector of strings without accents.
unaccent('façile')
unaccent('Montréal')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.