rot_all {geocacheR}R Documentation

Caesar-shift a string over all possible number n

Description

Caesar-shift a string over all possible number n

Usage

rot_all(x, alphabet = standard_alphabet)

Arguments

x

A string.

alphabet

A list containing lower and upper case alphabets.

Value

a vector of strings

Examples

rot_all("abc")
rot_all("abc", list(lw=letters[1:7], up=LETTERS[1:7]))

[Package geocacheR version 0.1.0 Index]