caesar | R Documentation |
caesar encryption
caesar(word, key = 1, encrypt = TRUE)
word |
Word or phrase to be encrypted |
key |
numeric key |
encrypt |
If 'TRUE' (default), the program ciphers the input word, If 'FALSE', the program decrypts it. |
a string
caesar("Hello", 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.