progressBar: Create progress bar

Description Usage Arguments

Description

OS agnostic wrapper function for utils::winProgressBar and tcltk::tkProgressBar

Usage

1
2
progressBar(title = "R progress bar", label = "", min = 0, max = 1,
  initial = 0, width = 300)

Arguments

title

character strings, giving the window title and the label on the dialog box respectively.

min

(finite) numeric values for the extremes of the progress bar.

initial

initial or new value for the progress bar.

width

the width of the progress bar in pixels: the dialog box will be 40 pixels wider (plus frame).


remi-daigle/BESTMPA documentation built on May 27, 2019, 4:55 a.m.