tail.chars | R Documentation |
chars
ObjectReturn the Last Parts of a chars
Object
## S3 method for class 'chars'
tail(x, ...)
x |
a |
... |
further arguments passed to or from other methods. |
the last (n
) elements of a chars
object as a chars
object.
tail(chars("javascript"))
tail(chars("abcdefghi"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.