Use modify_footnote_header() and modify_abbreviation() instead.
Usage
modify_footnote(
x,
...,
abbreviation = FALSE,
text_interpret = c("md", "html"),
update,
quiet
)Arguments
- x
(
gtsummary)
A gtsummary object- ...
dynamic-dots
Used to assign updates to footnotes. Usemodify_footnote(colname='new footnote')to update a single footnote.- abbreviation
(scalar
logical)
Logical indicating if an abbreviation is being updated.- text_interpret
(
string)
String indicates whether text will be interpreted withgt::md()orgt::html(). Must be"md"(default) or"html". Applies to tables printed with{gt}.- update, quiet
