Learn R Programming

HKRbook (version 0.1.3)

mmstat.warn: mmstat.warn

Description

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

Usage

mmstat.warn(cond, txt)

Value

nothing

Arguments

cond

logical: condition to test

txt

character: text to write if cond is true

Examples

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

Run the code above in your browser using DataLab