counter_bar {eyeris}R Documentation

Create a counter progress bar

Description

Creates a simple counter progress bar that shows current/total progress.

Usage

counter_bar(total, msg = "Progress", width = 80)

Arguments

total

The total number of items to process

msg

The message to display before the counter

width

The width of the progress bar in characters

Value

A progress bar object from the progress package


[Package eyeris version 2.1.0 Index]