verlan: Back slang

Description Usage Arguments Value Examples

Description

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

Usage

1
verlan(x)

Arguments

x

character. A vector of strings.

Value

A character vector of the same length as x.

Examples

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

bazar documentation built on May 2, 2019, 7:02 a.m.