Description Usage Arguments Value Author(s) Examples
View source: R/edit_nonASCII.R
edit_nonASCII replaces non-ASCII characters with corresponding ASCII ones.
1 |
text |
The text variable. |
Returns a character vector with non-ASCII characters replaced.
Achilleas Passias
1 2 3 | text <- c("Motörhead", "café", "that’s")
edit_nonASCII(text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.