cli_fmt | R Documentation |
Capture the output of cli functions instead of printing it
cli_fmt(expr, collapse = FALSE, strip_newline = FALSE)
expr |
Expression to evaluate, containing |
collapse |
Whether to collapse the output into a single character scalar, or return a character vector with one element for each line. |
strip_newline |
Whether to strip the trailing newline. |
cli_fmt({
cli_alert_info("Loading data file")
cli_alert_success("Loaded data file")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.