trim {R.oo} | R Documentation |
Converts to a string and removes leading and trailing whitespace.
## Default S3 method: trim(object, ...)
object |
A vector of R objects to be trimmed. |
... |
Not used. |
Returns a vector
of character
strings.
Henrik Bengtsson (http://www.braju.com/R/)