Skip to content

Commit

Permalink
Merge branch '16_calculate_study_day@devel' of github.com:pharmaverse…
Browse files Browse the repository at this point in the history
…/sdtm.oak into 16_calculate_study_day@devel
  • Loading branch information
Rosemary Li committed Feb 12, 2024
2 parents 8a977b2 + 9c26b03 commit 44aef03
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 @@ -15,10 +15,10 @@
#' day.
#' @param study_day_var the new study day variable name in the output. For
#' example, AESTDY for AE domain and CMSTDY for CM domain.
#' @param merge_key character to represents the merging key between `sdtm_in` and
#' @param merge_key Character to represents the merging key between `sdtm_in` and
#' `dm_domain`.
#'
#' @return a data.frame that takes all columns from `sdtm_in` and a new variable
#' @return Data frame that takes all columns from `sdtm_in` and a new variable
#' to represent the calculated study day.
#'
#' @export
Expand Down

0 comments on commit 44aef03

Please sign in to comment.