strip_punctuation.Rd
Replace punctuation characters with spaces.
strip_punctuation(s, ...) # S3 method for character strip_punctuation(s, ...) # S3 method for list strip_punctuation(s, ...) # S3 method for data.frame strip_punctuation(s, text, ...)
s | A Character string or data.frame. |
---|---|
... | Any other options. |
text | bare name of text column. |