trimSpace: Trim White Space

View source: R/utilityFunctions.R

trimSpaceR Documentation

Trim White Space

Description

Helper function to remove white space from a character vector

Usage

trimSpace(string)

Arguments

string

The character vector to trim white space from.

Value

A character vector with the white space removed.

Examples

MplusAutomation:::trimSpace(c("    test", "another    "))

MplusAutomation documentation built on Sept. 9, 2025, 5:25 p.m.