View source: R/hillr_helpers.R
stringEnd | R Documentation |
stringEnd
return the last n charachters of a string.
stringEnd(string, n)
string |
string The string that the substring is to be extracted from. |
n |
integer The number of charachters from the end of the string to return. |
string The last n charachters from the input string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.