| cli_progress_message {cli} | R Documentation |
This is a simplified progress bar, a single (dynamic) message, without progress units.
cli_progress_message( msg, current = TRUE, .auto_close = TRUE, .envir = parent.frame(), ... )
msg |
Message to show. It may contain glue substitution and cli
styling. It can be updated via |
current |
Passed to |
.auto_close |
Passed to |
.envir |
Passed to |
... |
Passed to |
cli_progress_message() always shows the message, even if no
update is due. When the progress message is terminated, it is removed
from the screen by default.
The id of the new progress bar.
cli_progress_bar() for the complete progress bar API.
cli_progress_step() for a similar display that is styled by default.