Skip to contents

ie. Snowflake, Synapse, etc.

Usage

connect_cdw(dsn = "CDW", quiet = TRUE)

Arguments

quiet

Default FALSE. if TRUE, then hide the display of the role, database, default table, and warehouse

database

a valid database that the specified role can access. Default is PHC_DB_DEV

schema

a valid schema that the specified role can access. Default is WHS_CORE_CDM

Examples


if (FALSE) {
conn <- connect_cdw()

ccdm_tbl(conn)

ccdm_tbl(conn, "HOSPITAL_ENCOUNTERS")

disconnect_cdw(conn)
}