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    "))

michaelhallquist/MplusAutomation documentation built on March 14, 2024, 11:03 a.m.