View source: R/utility_functions.R
substrRight | R Documentation |
Extract characters from a string from the right.
substrRight(x, n = 1)
x |
A string. |
n |
An integer with the number of characters to get. |
A string of length n.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.