Skip to content

Commit

Permalink
#32 use of get_admiral_option()
Browse files Browse the repository at this point in the history
Co-authored-by: Ross Farrugia <[email protected]>
  • Loading branch information
Fanny-Gautier and rossfarrugia authored Jun 6, 2024
1 parent 24054a0 commit a7c644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/ad_advs.R
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ advs <- advs %>%
derivation = derive_var_extreme_flag,
args = params(
new_var = ANL01FL,
by_vars = exprs(USUBJID, PARAMCD, AVISIT, ATPT),
by_vars = c(get_admiral_option("subject_keys"), exprs(PARAMCD, AVISIT, ATPT)),
order = exprs(ADT, AVAL),
mode = "last"
),
Expand Down

0 comments on commit a7c644e

Please sign in to comment.