body_plan | R Documentation |
Define the formatting of the body contents of the table through a series of frmt_structures. Structures get applied in order from bottom up, so the last added structure is the first applied.
body_plan(...)
... |
list of frmt_structures defining the body formatting |
body_plan object
frmt_structure()
defines which rows the formats will be applied
to, and frmt()
, frmt_combine()
, and frmt_when()
define the format
semantics.
tfrmt_spec<- tfrmt(
title = "Table Title",
body_plan = body_plan(
frmt_structure(
group_val = c("group1"),
label_val = ".default",
frmt("XXX")
)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.