R/utils.R
right.Rd
Right Part of a String
right(x, n)
vector of character
number of characters to be kept from the end of each character string within x
x
right("Good Morning", 7) #> [1] "Morning"