View source: R/theme_element.R
element_block | R Documentation |
Element block
element_block(post_space = c(NULL, " ", "-"), fill = TRUE)
post_space |
Values to show in a new line created after the group block |
fill |
Whether to recycle the value of |
element block object
row_grp_plan()
for more details on how to group row group
structures, row_grp_structure()
for more details on how to specify row group
structures, element_row_grp_loc()
for more details on how to
specify whether row group titles span the entire table or collapse.
tfrmt_spec <- tfrmt(
group = grp1,
label = label,
param = param,
value = value,
column = column,
row_grp_plan = row_grp_plan(
row_grp_structure(group_val = ".default", element_block(post_space = " "))
),
body_plan = body_plan(
frmt_structure(group_val = ".default", label_val = ".default", frmt("xx"))
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.