mmstat.warn {HKRbook}R Documentation

mmstat.warn

Description

Writes a warning text into the log object in the internal mmstat object.

Usage

mmstat.warn(cond, txt)

Arguments

cond

logical: condition to test

txt

character: text to write if cond is true

Value

nothing

Examples

mmstat.warn(TRUE, "just a true seen")

[Package HKRbook version 0.1.3 Index]