Skip to content

Commit

Permalink
minor coding style change
Browse files Browse the repository at this point in the history
  • Loading branch information
niup0 committed Jan 23, 2025
1 parent 8382385 commit 8f4ea5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/react_disposition.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ react_disposition <- function(metadata_sl,
trtvar = "trt01a",
population = metadata_sl$plan[metadata_sl$plan$analysis == analysis, ]$population,
sl_parameter = paste(metadata_sl$plan[metadata_sl$plan$analysis == analysis, ]$parameter, collapse = ";"),
sl_col_selected = NULL # c("trt01a", "siteid", "subjid", "sex", "age", "weightbl")
, sl_col_names = NULL # c("Treatment", "Site", "Subject ID", "Sex", "Age (Year)", "Weight (kg)")
, ae_observation = "wk24",
sl_col_selected = NULL,
sl_col_names = NULL,
ae_observation = "wk24",
ae_population = population,
ae_col_selected = NULL # c("AESOC", "ASTDT", "AENDT", "AETERM", "duration", "AESEV", "AESER", "related", "AEACN", "AEOUT")
, ae_col_names = NULL # c("SOC", "Onset Date", "End Date", "AE", "Duraion", "Intensity", "Serious", "Related", "Action Taken", "Outcome")
, display_total = TRUE,
ae_col_selected = NULL,
ae_col_names = NULL,
display_total = TRUE,
width = 1200) {
# ----------------------------------------- #
# default columns #
Expand Down

0 comments on commit 8f4ea5e

Please sign in to comment.