key_exists {shelter}R Documentation

Does a given key exist in a keyring

Description

In an unlocked keyring return if a key exists.

Usage

key_exists(keyring, key)

Arguments

keyring

character(1); Name of keyring

key

character(1); Name of key

Value

logical(1); Existence of key in keyring

Examples

## Not run: 
key_exists('mypersonalkeyring', 'key1')

## End(Not run)

[Package shelter version 0.2.1 Index]