Trim leading and/or trailing blanks from a character object
strTrim(str, side = "both")
str
Input string
side
Which side(s) of the input string to trim: 'left', 'right', or 'both'