powered by
connect to datawarehouse (DWH) using ODBC
dwh_connect(dsn, user = NA, pwd = NA, pwd_crypt = FALSE, ...)
connection
DSN string
user name
password of user
is password encryption used?
Further arguments to be passed to DBI::dbConnect()
if (FALSE) { con <- dwh_connect(dsn = "DWH1", user = "u12345") }
Run the code above in your browser using DataLab