ltrim {vvconverter}R Documentation

LTrim

Description

Trim leading whitespace from sting.

Usage

ltrim(x)

Arguments

x

A text string.

Value

Cleaned string.

Examples

trim(" hello")

[Package vvconverter version 0.5.9 Index]