View source: R/str_convert_nonascii.R
str_convert_nonascii | R Documentation |
str_convert_nonascii
- Converts Unicode characters to their best ASCII representation using ICU Transliterators and some basic transformations.
str_convert_nonascii(.str, .parse_html_chars = TRUE, .repl_no_trans = "")
.str |
Character vector to be transliterated |
.repl_non_ascii |
Value to replace non-transliterable characters with. Set to |
str_convert_nonascii
- Returns the transliterated character vector
## str_convert_nonascii EXAMPLE:
str_convert_nonascii(.str="¿Ŧêśť & 法?")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.