Description Usage Arguments Value See Also
Update the status bar
1 2 3 4 5 6 7 | cli_status_update(
id = NULL,
msg = NULL,
msg_done = NULL,
msg_failed = NULL,
.envir = parent.frame()
)
|
id |
Id of the status bar to update. Defaults to the current status bar container. |
msg |
Text to update the status bar with. |
msg_done |
Updated "done" message. |
msg_failed |
Updated "failed" message. |
.envir |
Environment to evaluate the glue expressions in. |
Id of the status bar container.
Other status bar:
cli_process_start()
,
cli_status_clear()
,
cli_status()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.