Skip to content

mkearney/pbr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbr

A simple, lite, and pretty progress bar.

Installation

Install the development version of pbr:

remotes::install_github("mkearney/pbr")

Example

Test out the progress bar

> pb_test <- function(n = 50, secs = 3) {
    pb <- pbr::pbr(n)
    for (i in seq_len(n)) {
      Sys.sleep(secs / n)
      pb$tick()
    }
    pb$done()
  }
> pb_test()
███████████████████████████████████████████████████████████   1s

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages