keyring_create {shelter}R Documentation

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)

Arguments

keyring

character(1); Name of keyring

password

character(1); Password for keyring

Value

logical(1); Success or failure of operation

Examples

## Not run: 
keyring_create('mypersonalkeyring', '<PASSWORD>')

## End(Not run)


[Package shelter version 0.2.1 Index]