| wrds_set_credentials | R Documentation |
Interactively stores WRDS username and password in the system keyring for secure, persistent storage.
wrds_set_credentials(
user_key = "wrds_user",
password_key = "wrds_pw",
keyring = NULL
)
user_key |
Name for the username keyring entry. Defaults to |
password_key |
Name for the password keyring entry. Defaults to |
keyring |
Optional keyring name. If |
This function prompts for username and password interactively. Credentials are stored securely using the operating system's keyring (Keychain on macOS, Credential Manager on Windows, Secret Service on Linux).
Invisibly returns TRUE on success.
## Not run:
wrds_set_credentials()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.