Trim {qdap} | R Documentation |
Remove leading/trailing white space.
Trim(x)
x |
The text variable. |
Returns a vector with the leading/trailing white spaces removed.
## Not run:
(x <- c(" talkstats.com ", " really? ", " yeah"))
Trim(x)
## End(Not run)