pt_sat_tbl: Create a tbl pointer to HI_DB.WHS_PATIENT_SATISFACTION

Description Usage Arguments Details Value Examples

View source: R/pt_sat_tbl.R

Description

\lifecycle

experimental

Usage

1
pt_sat_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.WHS_PATIENT_SATISFACTION schema

Details

If a name is not provided, will print a list of the available tables and views in HI_DB.WHS_PATIENT_SATISFACTION'.

Value

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

Examples

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

pt_sat_tbl(conn)

pt_sat_tbl(conn, "ER_PATIENT_SURVEY")

disconnect_cdw(conn)

## End(Not run)

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