service.output_message: Produce message for warning or cat

Description Usage Arguments Details Value

View source: R/service.general.R

Description

Produce message for warning or cat

Usage

1
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.


kidney.epi documentation built on March 13, 2020, 3:16 a.m.