Removing punctuations from text using R
Here’s how I take your question, and an answer that is very close to @David Arenburg’s in the comment above. The extra space after [:punct:] is to add spaces to the string and the + matches one or more sequential items in the regular expression. This has the side effect, desirable in some cases, of … Read more