cli_verbatim {cliapp} | R 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")
[Package cliapp version 0.1.2 Index]