README.md

pbarETA alt text

This is an extended version of the txtProgressBar function from the utils package. Please refer to that documentation with help(txtProgressBar, utils). Use library(pbarETA, warn=F) to override utils::setTxtProgressBar with pbarETA::setTxtProgressBar.

Download and Installation

Latest version is available on Github at:

https://github.com/franapoli/pbarETA

The package can be installed from the downloaded sources as follows:

install.packages("path-to-downloaded-source", repos=NULL)

devtools users can download and install at once the latest development version from github as follows:

install_github("franapoli/pbarETA")

Example

``` pb <- txtProgressBar() for(i in 1:100) { Sys.sleep(1) setTxtProgressBar(pb, i/100) } |=========== | 10%, ETA 01:24 ````

Some notes:



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