Skip to content

Commit

Permalink
Merge pull request #144 from SafetyGraphics/138-potentially-add-setti…
Browse files Browse the repository at this point in the history
…ngs$baseline_values-to-create_nepexplorer_app

fix: added argument for baseline value.
  • Loading branch information
Lovemore-Gakava authored May 7, 2024
2 parents 89506d0 + 5cf331a commit 942d1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/create_nepexplorer_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 942d1df

Please sign in to comment.