wrds_update_password: Update WRDS password

View source: R/wrds-connect.R

wrds_update_passwordR Documentation

Update WRDS password

Description

Interactively updates the WRDS password stored in the system keyring without changing the username.

Usage

wrds_update_password(password_key = "wrds_pw", keyring = NULL)

Arguments

password_key

Name for the password keyring entry. Defaults to "wrds_pw".

keyring

Optional keyring name. If NULL (default), uses the default keyring.

Value

Invisibly returns TRUE on success.

See Also

wrds_set_credentials(), wrds_connect()

Examples

## Not run: 
wrds_update_password()

## End(Not run)

wrds documentation built on May 11, 2026, 5:06 p.m.