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.


Displayr/flipU documentation built on Feb. 28, 2025, 4:40 p.m.