View source: R/QT_Outlier_Explorer.R
QT_Outlier_Explorer | R Documentation |
QT Outlier Explorer
QT_Outlier_Explorer(data, settings)
data |
ECG data structured as one record per person per visit per measurement. See details for column requirements. |
settings |
named list of settings with the parameters specified below. |
The settings object provides details the columns in the data set.
"id_col"ID column
"value_col"Value column
"measure_col"Measure column
"measure_values"Measure values
"visit_col"Visit column
"visitn_col"Visit number column (numeric)
"baseline_flag_colBaseline flag column
"baseline_flag_valuesBaseline flag value
returns a chart object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.