key_get | R Documentation |
Get a secret from an unlocked keyring given it's key.
key_get(keyring, key)
keyring |
character(1); Name of keyring |
key |
character(1); Name of key |
character(1); The requested secret
## Not run:
key_get('mypersonalkeyring', 'key1')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.