An open API service indexing awesome lists of open source software.

https://github.com/TylerGrantSmith/purrrgress

A package to add progress bars to purrr functions
https://github.com/TylerGrantSmith/purrrgress

Last synced: 4 months ago
JSON representation

A package to add progress bars to purrr functions

Awesome Lists containing this project

README

        

# purrrgress

This simple package adds modified versions of purrr functions which include a progress bar.

![](https://raw.githubusercontent.com/tylergrantsmith/purrrgress/master/man/figures/pro_map_int_example.gif)

## Installation

``` r
# install.packages("devtools")
devtools::install_github("tylergrantsmith/purrrgress")
```