Skip to content

Commit

Permalink
remove subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
wangben718 committed Sep 11, 2023
1 parent b6b0730 commit 255daaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/as_rtf.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ as_rtf.gsBinomialExactTable <-
x[,4] <- sprintf(paste0("%.", en_decimals,"f"), unlist(x[,4]))

x %>%
rtf_title(title = title, subtitle = subtitle) %>%
rtf_title(title = title) %>%
rtf_colheader(paste0(theta_label, " | ", "Probability of crossing", " | ", en_label),
col_rel_width = c(1, 2, 1)
) %>%
Expand Down

0 comments on commit 255daaa

Please sign in to comment.