cleanws {LOLA} | R Documentation |
cleanws takes multi-line, code formatted strings and just formats them as simple strings
cleanws(string)
string |
string to clean |
A string with all consecutive whitespace characters, including tabs and newlines, merged into a single space.