powered by
Get substrings from the righthand side
rightstr(x, n)
character vector with rightside substrings of x
a character vector (or something having an as.character method)
a single number: if n>=0, the rightmost n characters of each element of x are selected, if n<0 the (-n) leftmost characters are omitted