list_keys: List keys

Description Usage Arguments Details Value Examples

View source: R/key.R

Description

What all passwords has the user set?

Usage

1
list_keys(key = NULL, ring = getOption("keyring_keyring", "friend"))

Arguments

key

Character (optional): key name. Chiefly for use in error messages, as this function is also called by has_key, which in turn is called by set_key, get_key, and drop_key.

ring

Optional. Name of keyring.

Details

Function includes checks for has_keyring and keyring_locked.

Value

Character vector of key names.

Examples

1
2
3
4
## Not run: 
list_keys()

## End(Not run)

BenjaminWolfe/speakfriend documentation built on Nov. 18, 2019, 5:09 a.m.