substrRight | R Documentation |
Allows to quickly remove a given number of characters from the end of a string
substrRight(input, n)
input |
Character string to be trimmed. |
n |
Number of characters to be removed. |
A trimmed string or vector of trimmed strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.