View source: R/table-reference-points.R
table_reference_points | R Documentation |
Creates a table containing reference point estimates
table_reference_points(
model,
category_bold = TRUE,
category_italics = TRUE,
category_underline = TRUE,
category_line_above = FALSE,
category_line_below = FALSE,
font_size = 10,
header_font_size = 10,
header_vert_spacing = 12,
header_vert_scale = 1.2,
...
)
model |
A model, created by |
category_bold |
Logical. If |
category_underline |
Logical. If |
category_line_above |
Logical. If |
category_line_below |
Logical. If |
font_size |
The table data and header font size in points |
header_font_size |
The font size for the headers only. If |
header_vert_scale |
Scale factor to create the vertical spacing value.
See |
... |
Arguments passed to |
hdr_italics |
Logical. If |
vert_spacing |
The vertical spacing between newlines for this font.
If |
An knitr::kable()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.