Skip to contents

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.

Examples

if (FALSE) { # \dontrun{
wrds_update_password()
} # }