Learn R Programming

tcR (version 2.3.2)

.verbose.msg: Print the given message if second parameter is a TRUE.

Description

Print the given message if second parameter is a TRUE.

Usage

.verbose.msg(.message, .verbose = T)

Arguments

.message

Character vector standing for a message.

.verbose

If T then print the given mesasge.

Value

Nothing.