progress_none: Null progress bar

View source: R/progress.r

progress_noneR Documentation

Null progress bar

Description

A progress bar that does nothing

Usage

progress_none()

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

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

plyr documentation built on Oct. 2, 2023, 9:07 a.m.