View source: R/utils_secrets.R
set_secrets | R Documentation |
Sets secret for app, to be accessed by app during run-time or by other exported functions. Saves it to global options, so this is stored in memory for the lifetime of the current R session.
P.S. don't have secrets hard-coded in your own code, read them in from somewhere secretive
set_secrets(...)
... |
Key-value pairs to be saved as "secrets" (all arguments should be named). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.