progressbar: Progressbar

Description Usage Arguments

View source: R/progressbar.R

Description

Progressbar

Usage

1
2
3
4
5
6
7
8
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/Autostats documentation built on Dec. 13, 2020, 10:43 a.m.