From 5cf331aad11bc47760f2239acf6b8f2bab4f421c Mon Sep 17 00:00:00 2001 From: Lovemore Gakava Date: Fri, 3 May 2024 18:52:35 +0100 Subject: [PATCH] fix: added argument for baseline value. --- R/create_nepexplorer_app.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/create_nepexplorer_app.R b/R/create_nepexplorer_app.R index bca6454..9a45e1f 100644 --- a/R/create_nepexplorer_app.R +++ b/R/create_nepexplorer_app.R @@ -40,6 +40,7 @@ if (is.null(mapping)) { "visit_col" = "VISIT", "visitn_col" = "VISITN", "baseline_flag" = "BLFL", + "baseline_values" = "Y", "normal_col_high" = "STNRHI", "id_col" = "USUBJID", "age_col" = "AGE",