Learn R Programming

plyr (version 1.5.2)

progress_text: Text progress bar.

Description

Text progress bar. A textual progress bar

Usage

progress_text(style=3, ...)

Arguments

style
style of text bar, see Details section of txtProgressBar
...
other arugments passed on to txtProgressBar

Details

This progress bar displays a textual progress bar that works on all platforms. It is a thin wrapper around the built-in setTxtProgressBar and can be customised in the same way.

Examples

Run this code
l_ply(1:100, identity, .progress = "text")
l_ply(1:100, identity, .progress = progress_text(char = "-"))

Run the code above in your browser using DataLab