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