Displaying 1 result from an estimated 1 matches for "notrlblank".
Did you mean:
notrlblanks
2004 Dec 21
4
Removing trailing spaces
Some years ago when I used S-PLUS, I seem to remember, there was a
discussion about a simple method of removing trailing spaces from
vector elements. I'd be fairly sure the same would work in R, but I
can't find any mention of anything like it in the R archives or with
help.search().
There are ways I could do it with substring(), but I seem to remember
there was something more elegant.