trim: Trim

Description Usage Arguments Value Examples

View source: R/base.R

Description

Extract white spaces at the begining or end of a word.

Usage

1
trim(word)

Arguments

word

A string of characters posibly with white spaces at the beging or end of the string.

Value

Returns a string of characters, with leading and trailing whitespace omitted.

Examples

1
2
trim("        This is a String            ")
## return [1] "This is a String"

genArise documentation built on Nov. 8, 2020, 6:29 p.m.