clean_punctuation | R Documentation |
Standardizes punctuation in a string
clean_punctuation(x, punc, default)
x |
a string |
punc |
a list of punctuation marks |
default |
a punctuation mark that should be standard |
the input string with punctuation marks replaced by the default
clean_punctuation("a;b/c", c("/", ";"), ";")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.