Learn R Programming

geeLite (version 1.0.2)

set_progress_bar: Set Progress Bar

Description

Initializes a progress bar if 'verbose' is TRUE.

Usage

set_progress_bar(verbose)

Value

A progress bar (environment) if 'verbose' is TRUE, or

NULL if FALSE.

Arguments

verbose

[mandatory] (logical) If TRUE, a progress bar is initialized.