plyr (version 1.8.7)

progress_none: Null progress bar

Description

A progress bar that does nothing

Usage

progress_none()

Arguments

Details

This the default progress bar used by plyr functions. It's very simple to understand - it does nothing!

See Also

Other progress bars: progress_text(), progress_time(), progress_tk(), progress_win()

Examples

Run this code
l_ply(1:100, identity, .progress = "none")

Run the code above in your browser using DataCamp Workspace