verboseMsg {easy.utils}R Documentation

Simple verbose message wrapper

Description

Simple verbose message wrapper

Usage

verboseMsg(..., verbose = NULL)

Arguments

...

Pass to message

verbose

Whether or not to show the message. If is NULL, will search verbose variable in parent.frame.

Value

Print the progress to console when verbose is TRUE.


[Package easy.utils version 0.0.4 Index]