.shinyslack_decrypt | R Documentation |
Decrypt a String If Possible
.shinyslack_decrypt(string, shinyslack_key = Sys.getenv("SHINYSLACK_KEY"))
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 decrypted string (or
"bad_string" if decryption fails). Otherwise the original string is
returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.