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 June 14, 2025, 1:29 p.m.