trim {sealevel} | R Documentation |
This function replaces all whitespace (\ s) from a string and returns the stripped version.
trim(string)
string |
a string that will be stripped |
string |
The string stripped from whitespace |
Fedor Baart
s <- " in between spaces and tabs " trim(s)