checkprogress: Display a progress bar in a for-loop

View source: R/all_custom_functions.R

checkprogressR Documentation

Display a progress bar in a for-loop

Description

The function displays a text progress bar when running a for loop (wrapper for txtProgressBar function).

Usage

checkprogress(val, endi, starti = 1)

Arguments

val

The counting variable in the for loop, e.g. i .

endi

The (end) number of iterations in the for loop.

starti

The number of the first iteration, usually 1.


ryannick28/CustomFunctionsYrotha documentation built on June 1, 2025, 4:02 p.m.