R/utils.R
substrRight.Rd
Utility Function to Extract SNV
substrRight(x, n)
string
number of characters from right
substrRight("Hello", 2)#> [1] "lo"