You can use this function to format a line of cli text, without emitting
it to the screen. It uses cli_text()
internally.
Usage
format_inline(..., .envir = parent.frame())
Arguments
- ...
Passed to
cli_text()
.- .envir
Environment to evaluate the expressions in.