Description Usage Arguments Value Examples
View source: R/litsearchr.functions.R
Removes common punctuation marks from a text.
1 | remove_punctuation(text, preserve_punctuation = NULL)
|
text |
A character vector from which to remove punctuation. |
preserve_punctuation |
A string or vector of punctuation to retain |
Returns the input text with punctuation removed.
1 | remove_punctuation("#s<<<//<y>!&^n$$t/>h%e&s$is#!++r!//")
|
[1] "synthesisr"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.