progress_text {plyr}R Documentation

Text progress bar

Description

A textual progress bar

Usage

progress_text(style = 3, ...)

Arguments

style
...

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.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

l_ply(1:1000, identity, .progress = "text")
l_ply(1:1000, identity, .progress = progress_text(char = "-"))

[Package plyr version 0.1.5 Index]