verlan {bazar}R Documentation

Back slang

Description

The verlan function reverses the order of the characters in a string.

Usage

verlan(x)

Arguments

x

character. A vector of strings.

Value

A character vector of the same length as x.

Examples

verlan("baba") ## "abab"
verlan(c("radar", "paul")) ## c("radar", "luap")


[Package bazar version 1.0.11 Index]