Skip to content

Commit

Permalink
Replace parameter base_var with baseline_var (#129)
Browse files Browse the repository at this point in the history
Closes #126 

Related to changes in
insightsengineering/teal.modules.clinical#941

Co-authored-by: Joe Zhu <[email protected]>
  • Loading branch information
edelarua and shajoezhu authored Jan 27, 2024
1 parent 464d8d6 commit c72533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safety/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ app <- teal::init(
selected = "ANRIND",
fixed = TRUE
),
base_var = choices_selected(
baseline_var = choices_selected(
variable_choices(ADEG, subset = "BNRIND"),
selected = "BNRIND",
fixed = TRUE
Expand Down

0 comments on commit c72533f

Please sign in to comment.