.shinyslack_encrypt | R Documentation |
Encrypt a String If Possible
.shinyslack_encrypt(string, shinyslack_key = Sys.getenv("SHINYSLACK_KEY"))
string |
A length-1 character to encrypt (or decrypt). |
shinyslack_key |
(optional) A key to use to encrypt the string. If not set, the string is returned unencrypted. |
If shinyslack_key
is non-empty, the encrypted string. Otherwise the
original string is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.