| lt_note | R Documentation |
Notes are rendered in the table footer below numbered footnotes.
lt_note(x, text)
x |
An |
text |
Note text. Wrap in |
x with the note recorded.
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>."))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.