cli_verbatim: CLI verbatim text

View source: R/client.R

cli_verbatimR Documentation

CLI verbatim text

Description

It is not wrapped, but printed as is.

Usage

cli_verbatim(..., .envir = parent.frame())

Arguments

...

The text to show, in character vectors. Each element is printed on a new line.

.envir

Environment to evaluate the glue expressions in.

Examples

cli_verbatim("This has\nthree", "lines")

r-lib/cliapp documentation built on April 28, 2024, 1:23 a.m.