View source: R/13-01-defineFunctions.R
substrRight | R Documentation |
Collect characters from the right side of a text string.
substrRight(x, n)
x |
A character string or vector of character strings. |
n |
The number of characters from the right to collect. |
A character string of n elements from
the right of x
.
substrRight("shadia", n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.