decrypt | R Documentation |
decrypt text
decrypt(text, codeletters = c(toupper(letters), letters, 0:9), shift = 18)
text |
A text (character) |
codeletters |
A string of letters that are used for decryption |
shift |
Number of elements shifted |
Decrypted text
decrypt("zw336 E693v")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.