bio_Cust_Rec_Display: Custom Display of NSSP ED Patient Record

Description Usage Arguments Details Value

Description

Custom Display of NSSP ED Patient Record

Usage

1
bio_Cust_Rec_Display(df, UID, colUID = NULL, colList = NULL)

Arguments

df

a data.frame of patient records

UID

the index number of the row to be displayed

colUID

the index number of the column that contains the unique row identifiers

colList

a vector of names of columns to be displayed.

Details

This function displays a selected record as a list. It needs a data.frame and a unique identifier for the record. The function can also display a record based on other unique identifiers such as the row record number. In that case the index number of the column with the unique identifier using the colUID argument. The number of columns displayed may also be reduced by providing a vector with the name of the columns of interest using the colList argument. This function is particularly useful when inspecting and labeling cases.

Value

a list containing information for a single record


hmenag1/ss4weka documentation built on May 17, 2019, 4:34 p.m.