View source: R/table_caption.r
bn_cap | R Documentation |
get bookdown enumerable table caption with label from the chunk label as default. The caption provided will be inserted after "(\#tab:<chunk label>)"
bn_cap(caption, label = NULL)
bn_c(caption, label = NULL)
caption |
character; the caption |
label |
character; the label. By default, this will be the chunk label, most of the time you do not want to change this |
bn_c
: alias for bn_cap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.