progress_bar: Generates a progress bar

View source: R/extrafunctions.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)

samuel-watson/glmmr documentation built on July 27, 2022, 10:30 p.m.