substrRight | R Documentation |
Take the right substring of a string
substrRight(x, n)
x |
a character vector. |
n |
integer. The number of elements on the right to be kept. |
substrRight("Not cool", n = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.