Learn R Programming

shelter (version 0.2.1)

keyring_locked: Is a keyring unlocked for key operations and reading

Description

Query if a keyring is unlocked

Usage

keyring_locked(keyring)

Value

logical(1); Success or failure of operation

Arguments

keyring

character(1); Name of keyring

Examples

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

Run the code above in your browser using DataLab