covid_qir_tbl: Create a tbl pointer to REGIONAL_ANALYTICS_DEV.STG_COVID_QIR.

Description Usage Arguments Value Examples

View source: R/covid_qir_tbl.R

Description

If a name is not provided, will print a list of the available tables in REGIONAL_ANALYTICS_DEV.STG_COVID_QIR

Usage

1

Arguments

conn

a DBI-compliant connection object. recommend using the 'connect_cdw()' function

name

A character string specifying a table in the STG_COVID_QIR schema

Value

a tbl or a display of tables in the STG_COVID_QIR schema

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
conn <- connect_cdw()

covid_qir_tbl(conn)

covid_qir_tbl(conn, "COVID_QIR_COHORT")

disconnect_cdw(conn)

## End(Not run)

RollieParrish/ccdm documentation built on Dec. 31, 2020, 4:26 p.m.