Trim: Remove Leading/Trailing White Space

Description Usage Arguments Value Examples

Description

Remove leading/trailing white space.

Usage

1
  Trim(x)

Arguments

x

The text variable.

Value

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

Examples

1
2
(x <- c("  talkstats.com ", "   really? ", " yeah"))
Trim(x)

trinker/qdap2 documentation built on May 31, 2019, 9:47 p.m.