cli_progress_styles: List of built-in cli progress styles

Description Usage Details Value Examples

View source: R/progress-bar.R

Description

The following options are used to select a style:

Usage

1

Details

On Unicode terminals (if is_utf8_output() is TRUE), the cli_progress_bar_style_unicode and cli_progress_bar_style options are used.

On ASCII terminals (if is_utf8_output() is FALSE), the cli_pgoress_bar_style_ascii and cli_progress_bar_style options are are used.

Value

A named list with sublists containing elements complete, incomplete and potentially current.

Examples

1

RonMobile/cli documentation built on Dec. 18, 2021, 11 a.m.