Skip to content

Trimming blanks from the ends of strings

1 message · Jason Turner

#
gsub("[ ]*$","",my.data.object)

Cheers

Jason