trimWhite: Trim White Space from strings

Description Usage Arguments Value Author(s) Examples

Description

Leading and trailing white space is removed from strings.

Usage

1

Arguments

x

string

Value

sting with no leading or trailing white space.

Author(s)

Peter DeWitt

Examples

1
2
s <- c("   this is a string", "what about the end     "), "  or both?  ")
trimWhite(s)

dewittpe/qwraps documentation built on May 15, 2019, 5:07 a.m.