Description Usage Arguments Details Value See Also
View source: R/progress-client.R
This is a simplified progress bar, a single (dynamic) message, without progress units.
1 2 3 4 5 6 7 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.