substrRight | R Documentation |
Substring selection from the right to complement base R substr
substrRight(x, x.start, x.stop)
x |
character |
x.start |
digit to start (counting from the right) |
x.stop |
digit to end (counting from the right) |
character vector
substrRight("Good morning!", 2, 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.