tail.chars: Return the Last Parts of a 'chars' Object

View source: R/methods.R

tail.charsR 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 chars object.

...

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"))

charcuterie documentation built on April 3, 2025, 8:53 p.m.