Description Usage Arguments See Also
Update a secret in the vault.
1 | update_secret(name, value, key = local_key(), vault = NULL)
|
name |
Name of the secret. |
value |
Value of the secret, an arbitrary R object that
will be serialized using |
key |
The private RSA key to use. It defaults to the current user's default key. |
vault |
Vault location (starting point to find the vault).
To create a vault, use
If the starting point is a vault, that is used. Otherwise, if the
starting point is in a package tree, the |
Other secret functions:
add_secret()
,
delete_secret()
,
get_secret()
,
list_owners()
,
list_secrets()
,
local_key()
,
share_secret()
,
unshare_secret()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.