You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These functions should be flexible so as if ever set_admiral_options(subject_keys = exprs(STUDYID, USUBJID2)) was set by user then these variables would be used everywhere instead of USUBJID.
The text was updated successfully, but these errors were encountered:
Background Information
Background Information
@bundfussr did a review of the admiral functions and found 2 occurrences where
STUDYID
andUSUBJID
are hardcoded instead of usingget_admiral_option("subject_keys")
as per https://pharmaverse.github.io/admiral/reference/#admiral-options.These are
derive_vars_atc()
andcreate_single_dose_dataset()
, for example:Definition of Done
These functions should be flexible so as if ever
set_admiral_options(subject_keys = exprs(STUDYID, USUBJID2))
was set by user then these variables would be used everywhere instead ofUSUBJID
.The text was updated successfully, but these errors were encountered: