Learn R Programming

shelter (version 0.2.1)

key_list: Returns vector of keys in a keyring.

Description

Return vector key names in a keyring that is unlocked.

Usage

key_list(keyring)

Value

character; Key names

Arguments

keyring

character(1); Name of keyring

Examples

Run this code
if (FALSE) {
key_list('mypersonalkeyring')
}

Run the code above in your browser using DataLab