Wrapper fuer secret::add_secret Speichert ein Secret im Vault
1 2 3 4 5 6 | add_secret(
name,
value = rstudioapi::askForPassword(),
users = "sambold",
vault = "~/.vault"
)
|
name |
String, Secret-Name |
value |
String Secret-Value |
users |
String, User fuer den/die Secret zugaenglich |
vault |
String, Pfad zum Vaul |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.