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
- Host: GitHub
- URL: https://github.com/TylerGrantSmith/purrrgress
- Owner: TylerGrantSmith
- License: gpl-3.0
- Created: 2019-09-26T05:52:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T21:39:37.000Z (over 5 years ago)
- Last Synced: 2024-08-13T07:11:35.643Z (8 months ago)
- Language: R
- Homepage:
- Size: 34.2 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - TylerGrantSmith/purrrgress - A package to add progress bars to purrr functions (R)
README
# purrrgress
This simple package adds modified versions of purrr functions which include a progress bar.

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