TrimCharacterAndWhitespace: TrimCharacterAndWhitespace

View source: R/utilites.R

TrimCharacterAndWhitespaceR Documentation

TrimCharacterAndWhitespace

Description

Trim single occurrances of leading and trailing characters from the beginning and end of a string. All removes any whitespace.

Usage

TrimCharacterAndWhitespace(x, characters)

Arguments

x

A character vector that may contain characters to be trimmed.

characters

A character vector of the characters to look for.

Value

A character.


NumbersInternational/flipU documentation built on March 2, 2024, 10:55 a.m.