trim {vvconverter}R Documentation

Trim

Description

Trim both leading and trailing whitespaces from string.

Usage

trim(x)

Arguments

x

A text string.

Value

Cleaned string.

Examples

trim(" hello ")


[Package vvconverter version 0.5.10 Index]