trimSpace {MplusAutomation} | R Documentation |
Helper function to remove white space from a character vector
trimSpace(string)
string |
The character vector to trim white space from. |
A character vector with the white space removed.
MplusAutomation:::trimSpace(c(" test", "another "))