R/trim.R
ltrim.Rd
Trim leading whitespace from sting.
ltrim(x)
A text string.
Cleaned string.
trim(" hello") #> [1] "hello"