Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent af20e37 commit ef36bf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion R/fda-table_32.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ make_table_32 <- function(df,
saffl_var = "SAFFL",
lbl_overall = NULL,
subset = NULL) {

if (is.null(subset)) {
subset <- as.character(formals(preproc_df_table_32)$subset)
}
Expand Down
3 changes: 1 addition & 2 deletions R/fda-table_33.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ preproc_df_table_33 <- function(df,
arm_var = "ARM",
saffl_var = "SAFFL",
subset =
"PARAMCD %in% c('DIABP', 'SYSBP') & AVISITN >= 1"
) {
"PARAMCD %in% c('DIABP', 'SYSBP') & AVISITN >= 1") {
subset_c <-
sapply(
unlist(admiraldev::extract_vars(rlang::parse_exprs(subset))),
Expand Down

0 comments on commit ef36bf0

Please sign in to comment.