Learn R Programming

EpiModel (version 2.5.0)

netsim_cond_msg: Message to Find in Which Module a condition Occurred

Description

This function returns a formatted string describing when, where, and why an error, message, or warning occurred.

Usage

netsim_cond_msg(cond, module, at, msg)

Value

A formatted string describing where and when the condition

occurred as well as the condition's message.

Arguments

cond

The type of condition handled (message, warning, error).

module

The name of the module where the condition occurred.

at

The time step the condition occurred.

msg

The condition's message.