Add caption to the table
To drop caption use set_caption
with caption = NULL
. Captions
are supported by htmlTable.etable, xl_write and
as.datatable_widget functions.
set_caption(obj, caption) get_caption(obj) is.with_caption(obj)
obj |
object of class |
caption |
character caption for the table. |
object of class with_caption
.
data(mtcars) mtcars = apply_labels(mtcars, vs = "Engine", vs = num_lab(" 0 V-engine 1 Straight engine "), am = "Transmission", am = num_lab(" 0 Automatic 1 Manual ") ) tbl_with_caption = calc_cro(mtcars, am, vs) %>% set_caption("Table 1. Type of transimission.") tbl_with_caption
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.