txtProgressBar: A progress bar with estimated time to completion.

Description Usage

Description

This is an extended version of the txtProgressBar function from the utils package. Please refer to that for documentation (help(utils::txtProgressBar)). The original utils::setTxtProgressBar can be used to update the bar. Use library(pbarETA) to override utils::setTxtProgressBar with pbarETA::setTxtProgressBar. Use help(setTxtProgressBar, "utils") to get help about the original function.

Usage

1
2
txtProgressBar(min = 0, max = 1, initial = 0, char = "=", width = NA,
  title, label, style = 3, file = "")

franapoli/pbarETA documentation built on May 16, 2019, 1:53 p.m.