Learn R Programming

shelter (version 0.2.1)

keyring_lock: Locks a given keyring

Description

Given the name of a keyring lock it.

Usage

keyring_lock(keyring)

Value

logical(1); Success or failure of operation

Arguments

keyring

character(1); Name of keyring

Examples

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

Run the code above in your browser using DataLab