powered by
Helper function to remove white space from a character vector
trimSpace(string)
The character vector to trim white space from.
A character vector with the white space removed.
# NOT RUN { MplusAutomation:::trimSpace(c(" test", "another ")) # }
Run the code above in your browser using DataLab