clarity_tbl: Create a tbl pointer to EpicClarity.

Description Usage Arguments Value Examples

View source: R/clarity_tbl.R

Description

If a name is not provided, will print a list of the available views in HI_DB.STG_EPICCLARITY.

Usage

1
clarity_tbl(conn, name = NA)

Arguments

conn

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

name

A character string specifying a table in the HI_DB.STG_EPICCLARITY schema

Value

a tbl or a display of tables and views in the STG_EPICCLARITY schema

Examples

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

clarity_tbl(conn)

clarity_tbl(conn, "PAT_ENC_HOSP")

disconnect_cdw(conn)

## End(Not run)

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