str_right | R Documentation |
Extracts a substring from a string, starting from the right-most character
str_right(text, qty_characters)
text |
The string you want the get a piece of |
qty_characters |
If the number of characters that you wish to extract starting from the left-most character. |
A string
str_right(text = "A long, long time ago", qty_characters = 9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.