Learn R Programming

geeLite (version 1.0.2)

output_message: Output Message

Description

Outputs a message if verbose mode is TRUE.

Usage

output_message(message, verbose)

Arguments

message

[mandatory] (list) The message to display.

verbose

[mandatory] (logical) A flag indicating whether to display the message.