cli (version 2.0.1)

cli_verbatim: 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

Run this code
# NOT RUN {
cli_verbatim("This has\nthree", "lines")
# }

Run the code above in your browser using DataCamp Workspace