cli_h1 {cliapp} | R Documentation |
CLI headers
cli_h1(text, id = NULL, class = NULL, .envir = parent.frame())
cli_h2(text, id = NULL, class = NULL, .envir = parent.frame())
cli_h3(text, id = NULL, class = NULL, .envir = parent.frame())
text |
Text of the header. It can contain inline markup. |
id |
Id of the header element, string. It can be used in themes. |
class |
Class of the header element, string. It can be used in themes. |
.envir |
Environment to evaluate the glue expressions in. |
cli_h1("Main title")
cli_h2("Subtitle")
cli_text("And some regular text....")