Skip to content

Commit

Permalink
move defaults to the end of argument positions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemary Li committed Feb 19, 2024
1 parent 026f5a3 commit d651028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/calculate_study_day.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
#' calculate_study_day(ae, dm, "RFSTDTC", "AESTDTC", "AESTDY")
#'
calculate_study_day <- function(sdtm_in,
dm_domain = DM,
refdt = "RFSTDTC",
tgdt,
study_day_var,
dm_domain = "DM",
refdt = "RFSTDTC",
merge_key = "USUBJID") {
assertthat::assert_that(is.data.frame(sdtm_in))
assertthat::assert_that(is.data.frame(dm_domain))
Expand Down

0 comments on commit d651028

Please sign in to comment.