Learn R Programming

explore (version 1.0.1)

dwh_connect: connect to DWH

Description

connect to datawarehouse (DWH) using ODBC

Usage

dwh_connect(dsn, user = NA, pwd = NA, pwd_crypt = FALSE, ...)

Value

connection

Arguments

dsn

DSN string

user

user name

pwd

password of user

pwd_crypt

is password encryption used?

...

Further arguments to be passed to DBI::dbConnect()

Examples

Run this code
if (FALSE) {
con <- dwh_connect(dsn = "DWH1", user = "u12345")
}

Run the code above in your browser using DataLab