View source: R/footnote_plan.R
footnote_plan | R Documentation |
Defining the location and content of footnotes with a series of footnote structures. Each structure is a footnote and can be applied in multiple locations.
footnote_plan(..., marks = c("numbers", "letters", "standard", "extended"))
... |
a series of |
marks |
type of marks required for footnotes, properties inherited from tab_footnote in 'gt'. Available options are "numbers", "letters", "standard" and "extended" (standard for a traditional set of 4 symbols, extended for 6 symbols). The default option is set to "numbers". |
footnote plan object
# Adds a footnote indicated by letters rather than numbers to Group 1
footnote_plan <- footnote_plan(
footnote_structure(footnote_text = "Source Note", group_val = "Group 1"),
marks="letters")
# Adds a footnote to the 'Placebo' column
footnote_plan <- footnote_plan(
footnote_structure(footnote_text = "footnote", column_val = "Placebo"),
marks="numbers")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.