README.md

simplepbar

A very simple text progress bar in 1 code string

How to use

You can install simplepbar with next command in R:

devtools::install_git('https://github.com/evgeniikonev/simplepbar.git',branch="master")

and use:

library(simplepbar)
n = 1000000
for (i in 1:n){
  spbar(i/n)
}


evgeniikonev/simplepbar documentation built on May 16, 2019, 9:40 a.m.