decode: decode

Description Usage Arguments Value Examples

Description

Decode a string according to the MECA (Missy Elliott Cryptographic Algorithm). It's the reverse process of the MECA encoding.

Usage

1

Arguments

str

A string vector.

Value

A string vector of the same length as the input.

Examples

1
2
str <- "a b a c a b b"
decode(str)

wrathematics/mec documentation built on May 4, 2019, 10:52 a.m.