substr_r {ss3sim} | R Documentation |
Substring from right
Description
Substring from right
Usage
substr_r(x, n)
Arguments
x |
A character object |
n |
The number of characters from the right to extract |
References
http://stackoverflow.com/questions/7963898/extracting-the-last-n-characters-from-a-string-in-r
[Package ss3sim version 1.0.3 Index]