cat_cli | R Documentation |
Wrapper around cli::cli_format_method()
.
Uses base::cat()
to transform the printout from a message to an output with a line break.
cat_cli(expr)
expr |
( |
cat_cli({
cli::cli_h1("Heading")
cli::cli_li(c("x", "y"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.