key_exists | R Documentation |
In an unlocked keyring return if a key exists.
key_exists(keyring, key)
keyring |
character(1); Name of keyring |
key |
character(1); Name of key |
logical(1); Existance of key in keyring
## Not run:
key_exists('mypersonalkeyring', 'key1')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.