Description Usage Arguments Value Author(s) Examples
View source: R/remove_accent.R
Replace accented characters (ptBRA) by the same character without accent. In the case of "\'", the function replaces by " ".
1 | remove_accent(txt)
|
txt |
A string or a vector of strings. |
A string or vector of strings without accents.
Davi Moreira.
1 2 3 4 | remove_accent("áéíóú")
txt <- c("áéíóú", "ÁêÍõúç", "caixa d'água")
remove_accent(txt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.