connect_to_wrds: Create database connection to WRDS back-end databases

View source: R/connect.R

connect_to_wrdsR Documentation

Create database connection to WRDS back-end databases

Description

Create database connection to WRDS back-end databases

Usage

connect_to_wrds(user = wrds_user(), pass = wrds_pass(), ...)

Arguments

user

username to use for connection, defaults to calling 'wrds_user()'

pass

password to use for connection, defaults to calling 'wrds_pass()'

...

other arguments the user wants to pass too 'DBI::dbConnect()'


be-green/wrds documentation built on Jan. 14, 2023, 8:44 a.m.