rot_all: Caesar-shift a string over all possible number n

Description Usage Arguments Value Examples

View source: R/text_manipulation.R

Description

Caesar-shift a string over all possible number n

Usage

1
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

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

AlunHewinson/geocacheR documentation built on Feb. 17, 2020, 6:12 p.m.