powered by
Sets a key secret in a keyring
key_set(keyring, key, secret)
logical(1); Status of operation
character(1); Name of keyring
character(1); Name of key to store in keyring
character(1); The secret to store in keyring
if (FALSE) { key_set('mypersonalkeyring','key1','a secret') }
Run the code above in your browser using DataLab