Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 505 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 505 Bytes

Professional Progress Bars in R

  1. It realized the following function.
  • progress percentage
  • progress bar
  • average running time
  • left time
  • total time
  1. usage
progress.bar.initialize()
progress.bar.show()
progress.bar.finalize()

see the test.bar.R example. It looks like this:

100 % | ████████████████████████████████████████ |  ave ⏲: 0.91s  left ⏳: 0s  total ⏱: 9.13s