trim: Converts to a string and removes leading and trailing whitespace
Description
Converts to a string and removes leading and trailing whitespace.Usage
## S3 method for class 'default':
trim(object, ...)
Arguments
object
A vector
of Robjects to be trimmed.