| list_secrets {secret} | R Documentation |
List all secrets.
Description
Returns a data frame with secrets and emails that these are shared with.
The emails are in a list-column, each element of the email column is
a character vector.
Usage
list_secrets(vault = NULL)
Arguments
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 |
Value
data.frame
See Also
Other secret functions:
add_secret(),
delete_secret(),
get_secret(),
list_owners(),
local_key(),
share_secret(),
unshare_secret(),
update_secret()