powered by
Remove leading/trailing white space.
Trim(x)
The text variable.
Returns a vector with the leading/trailing white spaces removed.
# NOT RUN { (x <- c(" talkstats.com ", " really? ", " yeah")) Trim(x) # }
Run the code above in your browser using DataLab