rev.chars {charcuterie}R Documentation

Reverse Elements of a chars Object

Description

Reverse Elements of a chars Object

Usage

## S3 method for class 'chars'
rev(x)

Arguments

x

a chars object

Value

a chars object with the elements reversed.

Examples

rev(chars("racecar"))

rev(chars("alphabet"))

[Package charcuterie version 0.0.3 Index]