R/trim.R
rtrim.Rd
Trim trailing whitespaces from string.
rtrim(x)
A text string.
Cleaned string.
trim("hello ") #> [1] "hello"