tail.chars {charcuterie} | R Documentation |
Return the Last Parts of a chars
Object
Description
Return the Last Parts of a chars
Object
Usage
## S3 method for class 'chars'
tail(x, ...)
Arguments
x |
a |
... |
further arguments passed to or from other methods. |
Value
the last (n
) elements of a chars
object as a chars
object.
Examples
tail(chars("javascript"))
tail(chars("abcdefghi"))
[Package charcuterie version 0.0.6 Index]