r-lib / progress

Progress bar in your R terminal
http://r-lib.github.io/progress/
Other
468 stars 39 forks source link

IS there a way to show every nth tick? #121

Closed ScottSobel closed 3 years ago

ScottSobel commented 3 years ago

Hello, I am enjoying your progress R package. I am running a process where each iteration is fast, but has hundreds of iterations until 100% complete. Is there a way to update the progress bar, say at every 50 ticks instead of updating at every tick? Thank you.

gaborcsardi commented 3 years ago

You can just update it every 50 ticks?

ScottSobel commented 3 years ago

Thanks, I suppose that is easy enough!