keyring_unlock | R Documentation |
Unlock a given keyring using the specified password. Secrets exist in plain text in memory while a keyring is unlocked.
keyring_unlock(keyring, password)
keyring |
character(1); Name of keyring |
password |
character(1); Password for keyring |
logical(1); Success or failure of operation
## Not run: keyring_unlock('mypersonalkeyring', '<PASSWORD>')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.