View source: R/table_caption.R
table.caption | R Documentation |
Create an auto-numbered, wrapped table caption
table.caption(caption, caption.width = 98)
caption |
A string containing the caption text. |
caption.width |
A positive integer giving the target column for wrapping lines in the output. Defaults to 98 |
wrap.caption
, supp.tbl.caption
data(example_data) knitr::kable(example.data, format = "latex", caption = table.caption("This is a table"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.