Description Usage Arguments Value Examples
View source: R/miscellaneous.R
Extract the right n characters from a string
| 1 | substr_right(x, n)
 | 
| x | a character vector | 
| n | number of characters | 
character. The right n characters of the string
| 1 2 | substr_right("some text in a string", 6)
substr_right("some text in a string", 8)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.