R/trim.R
str_trim.Rd
Trim whitespace off a string
str_trim(string, side = c("both", "left", "right"))
Character vector of strings.
Side on which to remove whitespace (left, right or both).