right | R Documentation |
just like excel's right func
right(text, num_char)
text |
stuff to parse |
num_char |
how many characters should be returned |
DETAILS
the 'num_char' length of chars on the right of the inputed string
## Not run: if(interactive()){ #EXAMPLE1 right("ABC", 2) } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.