key_delete: Delete a key from a keyring

View source: R/key.R

key_deleteR Documentation

Delete a key from a keyring

Description

Delete a key from an unlocked keyring.

Usage

key_delete(keyring, key)

Arguments

keyring

character(1); Name of keyring

key

character(1); Name of key

Value

logical(1); Success of operation

Examples

## Not run: 
key_delete('mypersonalkeyring', 'key1')

## End(Not run)


shelter documentation built on June 8, 2025, 11:44 a.m.