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