A DBIConnection object for the WRDS PostgreSQL database.
Arguments
user_key
Name of the keyring entry storing the WRDS username.
Defaults to "wrds_user".
password_key
Name of the keyring entry storing the WRDS password.
Defaults to "wrds_pw".
keyring
Optional keyring name. If NULL (default), uses the
default keyring.
Details
Credentials must be set up before first use with wrds_set_credentials().
The connection uses bigint = "integer" for compatibility with R's
integer type.