substrRight {MortalityLaws} | R Documentation |
Extracting the last n characters from a string
Description
Extracting the last n characters from a string
Usage
substrRight(x, n)
Arguments
x |
a string |
n |
number of characters |
Value
A character vector of length n
[Package MortalityLaws version 2.1.0 Index]