set_caption | R Documentation |
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 = cross_cases(mtcars, am, vs) %>%
set_caption("Table 1. Type of transimission.")
tbl_with_caption
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.