MarkedRecords: Reads Setting table

Description Usage Arguments Value Author(s) Examples

Description

Returns a data frame of the entries of the form <color>Item in the settings table. If a patient was selected, adds all records of the patient.

Example of Setting table in database: '

1
2
3
' SettingID    Value
' RedItem      Patient_10574
' GreenItem    Record_433 

Usage

1

Arguments

con

Connection to sqlite database; if missing, uses default database.

Value

Data frame with columns SettingsID, color, PatientID, BreathTestRecordID, RecordDate.

Author(s)

Dieter Menne, dieter.menne@menne-biomed.de

Examples

1
2
3
4
databasePath = CreateSimulatedBreathTestDatabase()
con = OpenSqliteConnection(databasePath)
MarkedRecords(con)
dbDisconnect(con)

dmenne/d13cbreath documentation built on March 1, 2020, 3:41 a.m.