View source: R/create-fontsize-str.R
create_fontsize_str | R Documentation |
kableExtra::kbl()
tables have headers with
a different font size than the table cells haveCreates a LaTeX font size string which can be used in
table header cells to make kableExtra::kbl()
tables have headers with
a different font size than the table cells have
create_fontsize_str(
header_font_size = 10,
header_vert_spacing = NULL,
header_vert_scale = 1.2,
...
)
header_font_size |
Size of font, in pt |
header_vert_spacing |
The vertical spacing between newlines for this font.
If |
header_vert_scale |
Scale factor to create the vertical spacing value.
See |
... |
Absorbs arguments meant for other functions |
A list of two character strings, one having double-backslashes
before the fontsize
and selectfont
commands and the other having 4
backslashes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.