R/right.R
right.Rd
Based on the RIGHT() function from Microsoft Excel
right(.word, .length)
string to extract characters from
number of letters to extract from end of .word
Samuel P Callisto, PhD
# If you want to get the end 3 characters from a string right("string-123", 3) #> [1] "123"