str_remove_right | R Documentation |
This function allows you to remove n characters starting from the end of a string.
str_remove_right(x, n)
Remove last 3 characters with str_remove_right(string, 3) str_remove_right
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.