Learn R Programming

glmmrBase (version 1.0.0)

progress_bar: Generates a progress bar

Description

Prints a progress bar

Usage

progress_bar(i, n, len = 30)

Value

A character string

Arguments

i

integer. The current iteration.

n

integer. The total number of interations

len

integer. Length of the progress a number of characters

Examples

Run this code
progress_bar(10,100)

Run the code above in your browser using DataLab