Update master progress bar in aifeducation shiny app.
Source:R/aux_gui.R
update_aifeducation_progress_bar.Rd
This function updates the master progress bar in aifeducation shiny app. The progress bar reports the current state of the overall process.
Arguments
- value
int
Value describing the current step of the process.- total
int
Total number of steps of the process.- title
string
Title displaying in the top of the progress bar.
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()