Skip to content

Commit

Permalink
add default value for refdt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemary Li committed Jan 17, 2024
1 parent 10c2233 commit 2881071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calculate_study_day.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

calculate_study_day <- function(sdtm_in,
dm_domain = DM,
refdt,
refdt = "RFSTDTC",
tgdt,
study_day_var,
merge_key = "USUBJID") {
Expand Down

0 comments on commit 2881071

Please sign in to comment.