cli_status_update {cli} | R Documentation |
Update the status bar
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()