Trim leading whitespace from sting.

ltrim(x)

Arguments

x

A text string.

Value

Cleaned string.

Examples

trim(" hello")
#> [1] "hello"