Skip to content

Commit

Permalink
man file update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemary Li committed Feb 19, 2024
1 parent 7c91722 commit fa26e73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions R/calculate_study_day.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
#' NA will be returned for those records.
#'
#' @param sdtm_in Input data frame that contains the target date.
#' @param dm_domain Reference date frame that contains the reference date.
#' @param refdt Reference date from `dm_domain` that will be used as reference to
#' calculate the study day.
#' @param tgdt Target date from `sdtm_in` that will be used to calculate the study
#' day.
#' @param study_day_var New study day variable name in the output. For
#' example, AESTDY for AE domain and CMSTDY for CM domain.
#' @param dm_domain Reference date frame that contains the reference date.
#' @param refdt Reference date from `dm_domain` that will be used as reference to
#' calculate the study day.
#' @param merge_key Character to represents the merging key between `sdtm_in` and
#' `dm_domain`.
#'
Expand Down
16 changes: 8 additions & 8 deletions man/calculate_study_day.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa26e73

Please sign in to comment.