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 April 3, 2025, 10:30 p.m.