str_squish {stringr} | R Documentation |
strtrim() removes whitespace from start and end of string; strsquish() removes whitespace at
the start and end, and replaces all internal whitespace with a single space.
str_squish(string);
A character vector the same length as string.