removeDiacritics | R Documentation |
Removes diacritics from Arabic unicode text.
removeDiacritics(texts)
texts |
A string from which Arabic diacritics should be removed. |
removeDiacritics
returns a string with Arabic diacritics removed.
Rich Nielsen
## Create string with Arabic characters and diacritics x<- '\u0627\u0647\u0644\u0627\u064b \u0648\u0633\u0647\u0644\u0627\u064b' ## Remove diacritics removeDiacritics(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.