tenispolaR

Author : Adelmo Filho
License: GPL-3.0

lifecycle Travis build status Coverage status AppVeyor build status

Background

This package is a tribute to the 35 years of the publication of the collection of books “Os Karas” by the Brazilian author Pedro Bandeira.

Installation

You can install the development version from Github with devtools:

devtools::install_github("adelmofilho/tenispolaR")

Example

This is a basic example which shows ZENIT-POLAR substitution cipher method of encryption

``` r x <- “orro o um psibinhe tisi er kisir: e ivorre der ceseir, e celpsisae der cisopir!”

encryption(x, key_from = “polar”, key_to = “tenis”)``