debugMessage {doParabar}R Documentation

Print Debug Message

Description

This function is used internally to print debug messages when the verbose mode is enabled.

Usage

debugMessage(message, verbose = FALSE)

Arguments

message

A character string representing the message to be printed.

verbose

A logical value indicating whether the verbose mode is enabled. Defaults to FALSE.

Value

This function returns void.


[Package doParabar version 1.0.2 Index]