Saves the last n characters in a string. Copied from http://stackoverflow.com/questions/7963898/extracting-the-last-n-characters-from-a-string-in-r.
| 1 | substrRight(x, n)
 | 
| x | The string. | 
| n | The number of characters at the end of the string to save. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.