View source: R/modify_caption.R
modify_caption | R Documentation |
Captions are assigned based on output type.
gt::gt(caption=)
flextable::set_caption(caption=)
huxtable::set_caption(value=)
knitr::kable(caption=)
modify_caption(x, caption, text_interpret = c("md", "html"))
x |
( |
caption |
( |
text_interpret |
( |
Updated gtsummary object
trial |>
tbl_summary(by = trt, include = c(marker, stage)) |>
modify_caption(caption = "**Baseline Characteristics** N = {N}")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.