Trim(x)
Returns a vector with the leading/trailing white spaces removed.
Remove leading/trailing white space.
## <strong>Not run</strong>: # (x <- c(" talkstats.com ", " really? ", " yeah")) # Trim(x) # ## <strong>End(Not run)</strong>