Subset a character string counting from the right end
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.