service.output_message {kidney.epi} | R Documentation |
Produce message for warning or cat
Description
Produce message for warning or cat
Usage
service.output_message(x, custom_phrase, warning_type)
Arguments
x |
Numeric. The value to be checked (usualy a counter of some variable). |
custom_phrase |
Character string. Custom message to be inserted in the middle of standard message. |
warning_type |
Character string. The type of message: warning (with substitution to NA) or cat (with leave as is). |
Details
Produce message that is used by warning or cat in the ktx.kdpi.optn function. Service function that will not be exported to user, and used only in the ktx.kdpi.optn function.
Programming: Boris Bikbov boris@bikbov.ru.
Value
Character string. Returns a phrase.
[Package kidney.epi version 1.2.0 Index]