counter_bar: 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)
Value
A progress bar object from the progress package
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