cli | R Documentation |
Various helper functions for consistent cli output, including theming and formatting.
cli_table_row(
status,
ok = "OK",
notes = "N",
warnings = "W",
errors = "E",
msg = "",
title = FALSE
)
cli_theme(..., .envir = parent.frame())
status , ok , notes , warnings , errors |
|
msg |
|
... , .envir |
Additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.