setPB: Progress Bar Updater

View source: R/progress_utils.R

setPBR 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).


IFC documentation built on Sept. 14, 2023, 1:08 a.m.