Adds a space after a comma as strip and many other functions may consider a
comma separated string as one word (i.e., "one,two,three" becomes
"onetwothree" rather than "one two three").
Usage
comma_spacer(text.var)
Arguments
text.var
The text variable.
Value
Returns a vector of strings with commas that have a space after them.