drop_keyring: Drop the keyring

Description Usage Arguments Details Value Examples

View source: R/keyring.R

Description

Delete the keyring, the place the user has set up to remember passwords.

Usage

1
drop_keyring(ring = getOption("keyring_keyring", "friend"))

Arguments

ring

Optional. Name of keyring.

Details

Usually useful only if the user has forgotten their master password.

Function includes a check for has_keyring.

Value

NULL (invisibly)

Examples

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

## End(Not run)

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