progress_bar: Generates a progress bar

View source: R/data_functions.R

progress_barR Documentation

Generates a progress bar

Description

Prints a progress bar

Usage

progress_bar(i, n, len = 30)

Arguments

i

integer. The current iteration.

n

integer. The total number of interations

len

integer. Length of the progress a number of characters

Value

A character string

Examples

progress_bar(10,100)

rts2 documentation built on April 3, 2025, 7:39 p.m.