keyring_create: Create a new empty keyring.

View source: R/keyring.R

keyring_createR 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)


shelter documentation built on April 3, 2025, 10:30 p.m.