counter_bar: Create a counter progress bar

View source: R/utils-progress_bar.R

counter_barR 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


eyeris documentation built on July 3, 2025, 9:08 a.m.