rmLatin | R Documentation |
Simple function to replace accents by the same or corresponding
letters without accents. Currently, the function basically replaces special
characters corresponding to the Latin-1 Supplement and very few Latin
Extended-A. For a more complete replacement of all non-ASCII characters,
please use the function replace_non_ascii()
from package textclean.
rmLatin(x)
x |
a vector with characters to be replaced |
the input vector with the special characters replaced
Renato A. F. de Lima
nomes <- c("Thom\u00e9", "Mu\u00f1oz", "\u0153uf") nomes ## Not run: rmLatin(nomes) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.