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