lt_note: Add a Note

View source: R/tab.R

lt_noteR Documentation

Add a Note

Description

Notes are rendered in the table footer below numbered footnotes.

Usage

lt_note(x, text)

Arguments

x

An lt() object.

text

Note text. Wrap in I() to treat as raw HTML.

Value

x with the note recorded.

Examples

lt(head(mtcars)) |> lt_note("CI = confidence interval.")
# raw HTML note (wrap in I())
lt(head(mtcars)) |> lt_note(I("CI = <em>confidence interval</em>."))

lt documentation built on July 10, 2026, 1:09 a.m.