Description Usage Arguments Details Value Examples
Enter the master password for R to remember all other passwords.
1 2 | unlock_keyring(master_password = NULL, key = NULL,
ring = getOption("keyring_keyring", "friend"))
|
master_password |
Character, to specify master password in plain text, or NULL to type it in at runtime. |
key |
Character (optional): key name. Chiefly for use in error messages,
as this function is also called by |
ring |
Optional. Name of keyring. |
It is recommended to enter your master password interactively
using unlock_keyring()
.
You can also use unlock_keyring("your_master_password")
to enter your master password programmatically,
but entering passwords in plain text is not recommended.
You could forget and save it as a script,
and either way it will show up in your .Rhistory
file.
Function includes checks for has_keyring
and keyring_locked
.
If the keyring is already unlocked,
unlock_keyring
will message the user.
NULL (invisibly)
1 2 3 4 | ## Not run:
unlock_keyring()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.