setPB {IFC} | R Documentation |
Progress Bar Updater
Description
Updates a progress bar.
Usage
setPB(pb, value = NULL, title = NULL, label = NULL)
Arguments
pb |
an object of class 'IFC_progress' containing a progress bar of class 'txtProgressBar', 'winProgressBar' or 'Progress'. |
value |
new value for the progress bar. |
title , label |
character strings, giving the 'title'(='message' for shiny progress bar) and the 'label'(='detail' for shiny progress bar). |
[Package IFC version 0.2.1 Index]