Learn R Programming

IFC (version 0.1.1)

setPB: 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).