Skip to content

Commit f4101a8

Browse files
committed
changes to tables according to Tyla
1 parent 6e1f597 commit f4101a8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

R/script3_create_table_patient_data.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ create_table_patient_data_monthly <- function(patient_data_files, input_root, ou
1212
# THERE MIGHT BE MONTHLY COLUMNS MISSING - PLEASE ADD THEM
1313
dynamic_patient_columns <-
1414
c(
15+
"age",
1516
"bmi",
1617
"bmi_date",
1718
"clinic_id",

R/script3_create_table_patient_data_static.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ create_table_patient_data_static <- function(patient_data_files, input_root, out
1212
# THERE MIGHT BE STATIC COLUMNS MISSING - PLEASE ADD THEM
1313
static_patient_columns <-
1414
c(
15-
"age",
1615
"clinic_id",
1716
"dob",
18-
"edu_occ", # since 2024 in Annual
1917
"fbg_baseline_mg",
2018
"fbg_baseline_mmol",
2119
"file_name",

0 commit comments

Comments
 (0)