trimWhiteSpace: Trims white space

View source: R/util.R

trimWhiteSpaceR Documentation

Trims white space

Description

Removes white space at the end or in the front of a character.

Usage

trimWhiteSpace(x)

Arguments

x

the character to trim.

Value

Returns the trimmed character.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

trimWhiteSpace("    bla    ")

uzh/ezRun documentation built on May 9, 2024, 6:16 p.m.