Below is how this progress handler renders at 0%, 30% and 99% progress
for the three different style
values that utils::txtProgressBar()
supports.
With handlers(handler_txtprogressbar(style = 1L))
:
====================================
==========================================================
With handlers(handler_txtprogressbar(style = 2L))
:
====================================
==========================================================
With handlers(handler_txtprogressbar(style = 3L))
:
| | 0%
|=============== | 30%
|=================================================| 99%