Creates overview data of each patient in the study. Used to create the start
page of the application.
Usage
get_static_overview_data(data, expected_general_columns = NULL)
Arguments
- data
List of data frames.
- expected_general_columns
Character vector with the expected columns.
If columns are completely missing, they will be made explicitly missing in
the data frame (that is, a column will be created with only missing character
values).
Value
A data frame with the overview data. Columns are:
subject_id
, status
, WHO.classification
, Age
, Sex
, event_name
.