View source: R/addTableNumber.R
addTableNumber | R Documentation |
Prepends a table counter label to a table caption.
addTableNumber(caption, table.counter.str.default = "Table %s: ")
caption |
table caption |
table.counter.str.default |
the default string preceding the table count |
The table counter automatically increments based on the number of existing
tables that have already called using addTableNumber
.
A caption with a table counter prepended to its text.
Samuel Leung
addTableNumber("Overall Survival Hazard Ratios")
addTableNumber("Correlation Heatmap", table.counter.str.default = "Figure %s:
")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.