Learn R Programming

shelter (version 0.2.1)

key_delete: Delete a key from a keyring

Description

Delete a key from an unlocked keyring.

Usage

key_delete(keyring, key)

Value

logical(1); Success of operation

Arguments

keyring

character(1); Name of keyring

key

character(1); Name of key

Examples

Run this code
if (FALSE) {
key_delete('mypersonalkeyring', 'key1')
}

Run the code above in your browser using DataLab