cli {checked} | R Documentation |
Internal Utilities for Command-line Output
Description
Various helper functions for consistent cli output, including theming and formatting.
Usage
cli_table_row(
status,
ok = "OK",
notes = "N",
warnings = "W",
errors = "E",
msg = "",
title = FALSE
)
cli_theme(..., .envir = parent.frame())
Arguments
status , ok , notes , warnings , errors |
|
msg |
|
... , .envir |
Additional arguments passed to |
[Package checked version 0.2.9 Index]