Skip to content

Commit f08f6e3

Browse files
committed
delete modify_footnote
1 parent a7e7e86 commit f08f6e3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

R/fda-table_32.R

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ make_table_32 <- function(df,
5454
add_overall(last = TRUE, col_label = paste0("**", lbl_overall, "** \n N = {n}"))
5555
}
5656

57-
tbl_gts <- tbl_gts %>% modify_footnote(update = everything() ~ NA)
58-
5957
tbl <- gtsummary::with_gtsummary_theme(
6058
x = gtsummary::theme_gtsummary_compact(),
6159
expr = as_gt(tbl_gts)

R/fda-table_33.R

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ make_table_33 <- function(df,
5555
add_overall(last = TRUE, col_label = paste0("**", lbl_overall, "** \n N = {n}"))
5656
}
5757

58-
tbl_gts <- tbl_gts |> modify_footnote(update = everything() ~ NA)
59-
6058
tbl <- gtsummary::with_gtsummary_theme(
6159
x = gtsummary::theme_gtsummary_compact(),
6260
expr = as_gt(tbl_gts)

0 commit comments

Comments
 (0)