View source: R/table-dots-functions.R
extract.last.part.of.string | R Documentation |
This function extracts the last n characters from a string.
extract.last.part.of.string(c("Hello","khdskhdsjkdkahdshkdhkahskaksdjh"),n=5)
x |
string to be modified |
n |
desired length of string |
string with given length taken from the tail
Claus E. Andersen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.