From f20ed8b3bf6b096ee2f0352996078bb09322120a Mon Sep 17 00:00:00 2001 From: Rosemary Li <42564519+yli110-stat697@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:02:28 -0600 Subject: [PATCH 1/2] capitalize param per reference Co-authored-by: Shiyu Chen <39443807+ShiyuC@users.noreply.github.com> --- R/calculate_study_day.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/calculate_study_day.R b/R/calculate_study_day.R index d7a15445..1de5470e 100644 --- a/R/calculate_study_day.R +++ b/R/calculate_study_day.R @@ -15,7 +15,7 @@ #' 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 From 9c26b032dbb834f45d1002c8ea6a8a3cc6da5428 Mon Sep 17 00:00:00 2001 From: Rosemary Li <42564519+yli110-stat697@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:02:44 -0600 Subject: [PATCH 2/2] capitalize param per reference Co-authored-by: Shiyu Chen <39443807+ShiyuC@users.noreply.github.com> --- R/calculate_study_day.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/calculate_study_day.R b/R/calculate_study_day.R index 1de5470e..5a28dfb4 100644 --- a/R/calculate_study_day.R +++ b/R/calculate_study_day.R @@ -18,7 +18,7 @@ #' @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