cleanLatinChars | R Documentation |
Cleans Latin characters from a string
cleanLatinChars(texts)
texts |
A string from which Latin characters should be removed. |
cleanLatinChars
returns a string with Latin characters removed.
Rich Nielsen
## Create string with Arabic and latin characters x <- '\u0627\u0647\u0644\u0627 \u0648\u0633\u0647\u0644\u0627 Hello' ## Rewmove latin characters from string cleanLatinChars(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.