update_aifeducation_progress_bar {aifeducation} | R Documentation |
Update master progress bar in aifeducation shiny app.
Description
This function updates the master progress bar in aifeducation shiny app. The progress bar reports the current state of the overall process.
Usage
update_aifeducation_progress_bar(value, total, title = NULL)
Arguments
value |
|
total |
|
title |
|
Value
Function does nothing returns. It updates the progress bar with the id
"pgr_bar_aifeducation"
.
See Also
Other Auxiliary GUI Functions:
update_aifeducation_progress_bar_epochs()
,
update_aifeducation_progress_bar_steps()
[Package aifeducation version 0.3.3 Index]