powered by
Wrapper around cli::cli_format_method(). Uses base::cat() to transform the printout from a message to an output with a line break.
cli::cli_format_method()
base::cat()
cat_cli(expr)
(any) Expression that calls cli_* methods, base::cat() orbase::print() to format an object's printout.
any
cli_*
base::print()
cat_cli({ cli::cli_h1("Heading") cli::cli_li(c("x", "y")) })
Run the code above in your browser using DataLab