Description Usage Arguments Value Examples
View source: R/text_manipulation.R
Encrypt or decrypt a string using a key
| 1 | vigenere(x, key, decrypt = TRUE, alphabet = standard_alphabet)
 | 
| x | A string to encrypt or decrypt | 
| key | The encryption or decryption key | 
| decrypt | Are you decrypting an encrypted string? | 
| alphabet | A list of letters in lower and upper case | 
A string
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.