Trim | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.