tablecaption | R Documentation |
Formats the caption according to the output format. For the short caption, you need this Lua Filter: https://github.com/pandoc/lua-filters/tree/master/table-short-captions
tablecaption(caption, label = NULL, shortcaption = NULL, unlisted = FALSE)
EZtable(caption, shortcaption = NULL, label = knitr::opts_current$get("label"))
caption |
A character vector containing the (long) caption of the table. |
label |
An optional character vector containing the label used for referencing. |
shortcaption |
An optional character vector containing the short caption. |
unlisted |
Either |
Formatted table caption
tablecaption("Caption of the Table")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.