tab_footnote | R Documentation |
This function can be called on a gt table and will the function just as
tab_footnote
. If called on a kable table, it will
print the kable table, ignoring the footnote.
tab_footnote(
data,
footnote,
locations = NULL,
placement = c("auto", "right", "left")
)
data |
gt table or kable table |
footnote |
Footnote. Will be ignored for a kable table. |
locations |
Location, as per gt, e.g., |
placement |
Where to affix footnote marks. Will be ignored for a kable table. |
gt table or kable table, whichever format data
is in.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.