removePunctuation | R Documentation |
Removes punctuation from a string, including some specialized Arabic characters.
removePunctuation(texts)
texts |
A string from which punctuation should be removed. |
Returns a string with punctuation removed.
Rich Nielsen
## Create string with Arabic characters and punctuation x <- '\u0627\u0647\u0644\u0627 \u0648\u0633\u0647\u0644\u0627!!!?' ## Remove punctuation removePunctuation(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.