cli_h1: CLI headings

Description Usage Arguments Examples

View source: R/cli.R

Description

CLI headings

Usage

1
2
3
4
5
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())

Arguments

text

Text of the heading. It can contain inline markup.

id

Id of the heading element, string. It can be used in themes.

class

Class of the heading element, string. It can be used in themes.

.envir

Environment to evaluate the glue expressions in.

Examples

1
2
3
cli_h1("Main title")
cli_h2("Subtitle")
cli_text("And some regular text....")

RonMobile/cli documentation built on Dec. 18, 2021, 11 a.m.