View source: R/utilityFunctions.R
trimSpace | 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 "))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.