create_locked_keyring | R Documentation |
Add a password protected keyring to the Windows Credential Store. This keyring will be used to store database connection strings.
create_locked_keyring(keyring_name)
keyring_name |
A character string providing the name of the keyring. |
On creating the keyring you will be asked for a password. Remember this password as it will be needed everytime you access the database connection strings stored in this keyring.
More information on securing credentials in R can be found in RStudio's Securing Credentials webpage.
Other keyring functions:
add_key()
,
delete_key()
,
delete_keyring()
,
get_keyring_status()
,
list_keyrings()
,
list_keys()
,
lock_keyring()
,
unlock_keyring()
,
view_key()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.