Skip to content

Commit

Permalink
chore: #2142 adopt and address all other feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 committed Nov 6, 2023
1 parent 5c3748a commit 89a673e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/derive_param_exposure.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
#' summary_fun = function(x) if_else(sum(!is.na(x)) > 0, "Y", NA_character_)
#' ) %>%
#' select(-ASTDTM, -AENDTM)
derive_param_exposure <- function(dataset,
derive_param_exposure <- function(dataset = NULL,
dataset_add,
by_vars,
input_code,
Expand Down
2 changes: 1 addition & 1 deletion R/derive_summary_records.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
#' )
#' ) %>%
#' arrange(USUBJID, AVISIT)
derive_summary_records <- function(dataset,
derive_summary_records <- function(dataset = NULL,
dataset_add,
dataset_ref = NULL,
by_vars,
Expand Down
2 changes: 1 addition & 1 deletion inst/templates/ad_adex.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ adex <- adex %>%
)
),
dataset_add = adex,
filter = VISIT %in% c("WEEK 2", "WEEK 24"),
filter_add = VISIT %in% c("WEEK 2", "WEEK 24"),
by_vars = exprs(STUDYID, USUBJID, !!!adsl_vars)
) %>%
# Overall Dose intensity and W2-24 dose intensity
Expand Down
2 changes: 1 addition & 1 deletion man/derive_param_exposure.Rd

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

2 changes: 1 addition & 1 deletion man/derive_summary_records.Rd

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

0 comments on commit 89a673e

Please sign in to comment.