progressbar: Progressbar

View source: R/progressbar.R

progressbarR Documentation

Progressbar

Description

Progressbar

Usage

progressbar(
  i,
  total = FALSE,
  range = 25,
  variable = NULL,
  signe = "=",
  text = "Making calculs on "
)

Arguments

i

: iteration

total

: the number of iteration

range

(optionnal) : the length of the bar in the progressbar

variable

: name to display on the progressbar (must change for each iteration)

signe

(optional) the signe to display for the progressbar. Put '-' to have —> or ">" to have ">>>>"

text

(optional) text to display befor 'variable'


TanguyPerennec/AutostatR documentation built on Oct. 31, 2022, 7:57 a.m.