tail.chars {charcuterie} | 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"))