View source: R/modify_header_rm_md.R
modify_header_rm_md | R Documentation |
Remove markdown syntax (e.g. double star for bold, underscore for italic, etc) from the headers and spanning headers of a gtsummary table.
modify_header_rm_md(x, md = "bold", type = "star")
x |
( |
md |
( |
type |
( |
gtsummary table
tbl_roche_summary(
data = cards::ADSL,
include = AGE,
by = ARM,
nonmissing = "always"
) |>
modify_header_rm_md()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.