key_set | R Documentation |
Sets a key secret in a keyring
key_set(keyring, key, secret)
keyring |
character(1); Name of keyring |
key |
character(1); Name of key to store in keyring |
secret |
character(1); The secret to store in keyring |
logical(1); Status of operation
## Not run:
key_set('mypersonalkeyring','key1','a secret')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.