Description Usage Arguments Value Examples
View source: R/remove-punctuation.R
Remove Punctuation From String
1 | remove_punctuation(string)
|
string |
string to remove punctuation from |
string with punctuation removed, only letters and whitespace will remain
1 2 | remove_punctuation("4534dog 4328hello")
"dog hello"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.