h1 | R Documentation |
Mainly a "decoupling wrapper" around cli::cli_h1()
with some additional
features.
h1(text, step = 0, steps_max = 0, .width = 80, .envir = parent.frame())
text |
(character) Text of the heading. It can contain inline markup. |
step |
(integer) Denote which process step this is. |
steps_max |
(integer) Denote how many process steps there are in total |
.width |
(integer) Line width. Currently not compatible with.
|
.envir |
(environment) Environment to evaluate the glue expressions in. |
h1("This is a title")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.