deprecated_modify_footnote: DEPRECATED Footnote

deprecated_modify_footnoteR Documentation

DEPRECATED Footnote

Description

[Deprecated]
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. Use modify_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 with gt::md() or gt::html(). Must be "md" (default) or "html". Applies to tables printed with {gt}.

update, quiet

[Deprecated]

Value

Updated gtsummary object

Examples

# Use `modify_footnote_header()`, `modify_footnote_body()`, `modify_abbreviation()` instead.

gtsummary documentation built on April 3, 2025, 10:18 p.m.