Function reference
-
cli_abort_ifnot()
cli_abort_if()
cli_warn_ifnot()
cli_warn_if()
cli_inform_ifnot()
cli_inform_if()
- Signal an error, warning, or message with a cli formatted message if any expressions in ... are not all TRUE or are all TRUE
-
cli_alert_ifnot()
cli_danger_ifnot()
cli_info_ifnot()
cli_success_ifnot()
cli_warning_ifnot()
cli_alert_if()
cli_danger_if()
cli_info_if()
cli_success_if()
cli_warning_if()
- CLI conditional alerts
-
cli_ask()
- Display a Message then Read a Line from the Terminal
-
cli_bulletize()
- List of items using bulletize helper
-
bracketize()
stylize()
bulletize()
- Assorted helper functions to format text and vectors for cli messages
-
cli_if()
cli_ifnot()
- Execute a cli function if a predicate function returns TRUE
-
cli_list_files()
- Display a list of files as a list of items
-
cli_menu()
- Display a Message then Read a Line from the Terminal
-
cli_paths()
- Display a list of file paths
-
cli_progress_pipe()
- Simplified cli progress message for combining with a pipe
-
cli_quiet()
- Use rlang to set cli.default_handler to suppressMessages as a local or permanent option
-
cli_ul_items()
- Format a list of items as an unordered list with cli_ul()
-
cli_yesno()
check_yes()
- Yes No with Variable Responses using cli
-
quiet_cli_inform()
- Quiet version of
cli_inform()
-
register_cli_format()
- Register a custom cli format method with registerS3method
-
set_cli_quiet()
- Set the cli.default_handler and cliExtras.quiet options