| format_inline {cli} | R Documentation |
You can use this function to format a line of cli text, without emitting
it to the screen. It uses cli_text() internally.
format_inline(..., .envir = parent.frame())
... |
Passed to |
.envir |
Environment to evaluate the expressions in. |
Character scalar, the formatted string.
format_inline("This is a message for {.emph later}.")