Remove Leading/Trailing White Space

Usage

Trim(x)

Arguments

x
The text variable.

Remove Leading/Trailing White Space

Value

Returns a vector with the leading/trailing white spaces removed.

Description

Remove leading/trailing white space.

Examples

## <strong>Not run</strong>: # (x <- c(" talkstats.com ", " really? ", " yeah")) # Trim(x) # ## <strong>End(Not run)</strong>