Skip to content

Commit

Permalink
#190 chore: Removed temp var
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Jul 27, 2023
1 parent f5b77de commit 757c4ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/derive_var_studyeye.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ derive_var_studyeye <- function(dataset_adsl, dataset_sc, sctestcd_value = "FOCI
mode = NULL,
missing_values = exprs(tmp_STUDYEYE = "")
) %>%
mutate(STUDYEYE = seye_cat(tmp_STUDYEYE)) %>%
select(-tmp_STUDYEYE)
mutate(STUDYEYE = seye_cat(STUDYEYE))
}

0 comments on commit 757c4ed

Please sign in to comment.