create_locked_keyring: Create a new keyring

View source: R/database.R

create_locked_keyringR Documentation

Create a new keyring

Description

Add a password protected keyring to the Windows Credential Store. This keyring will be used to store database connection strings.

Usage

create_locked_keyring(keyring_name)

Arguments

keyring_name

A character string providing the name of the keyring.

Details

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.

See Also

More information on securing credentials in R can be found in RStudio's Securing Credentials webpage.

Other keyring functions: add_key(), delete_keyring(), delete_key(), get_keyring_status(), list_keyrings(), list_keys(), lock_keyring(), unlock_keyring(), view_key()


gcfrench/store documentation built on May 17, 2024, 5:52 p.m.