glue_header | R Documentation |
Create a header from text with glue()
. White space is
padded with "-" to a line length of n_char
.
glue_header(text, n_char = 80, ft_bold = FALSE, ft_italic = FALSE)
text |
Character value. The text for the header. |
n_char |
Integer value. Maximum length of the header line. |
ft_bold |
Logical value. If |
ft_italic |
Logical value. If |
An object of class glue
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.