connect_to_wrds | R Documentation |
Create database connection to WRDS back-end databases
connect_to_wrds(user = wrds_user(), pass = wrds_pass(), ...)
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()' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.