Learn R Programming

shelter (version 0.2.1)

keyring_create: Create a new empty keyring.

Description

Create a new empty keyring with of a given name with the specified password.

Usage

keyring_create(keyring, password)

Value

logical(1); Success or failure of operation

Arguments

keyring

character(1); Name of keyring

password

character(1); Password for keyring

Examples

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

Run the code above in your browser using DataLab