Closed manciniedoardo closed 2 weeks ago
derive_vars_merged( dataset_adsl, dataset_add = dataset_sc, by_vars = exprs(STUDYID, USUBJID), order = NULL, filter_add = SCTESTCD == !!sctestcd_value, new_vars = exprs(STUDYEYE = SCSTRESC), mode = NULL, missing_values = exprs(STUDYEYE = "") )
Should be:
derive_vars_merged( dataset_adsl, dataset_add = dataset_sc, by_vars = get_admiral_option("subject_keys"), order = NULL, filter_add = SCTESTCD == !!sctestcd_value, new_vars = exprs(STUDYEYE = SCSTRESC), mode = NULL, missing_values = exprs(STUDYEYE = "") )
Replace problematic line!
@steventing12 mind knocking this one out too please? thanks
Background Information
Should be:
Definition of Done
Replace problematic line!