Produce a warning message with a useful short stack trace.
util_warning(
m,
...,
applicability_problem = NA,
intrinsic_applicability_problem = NA,
integrity_indicator = "none",
level = 0,
immediate
)
condition the condition object, if the execution is not stopped
warning message or a condition
arguments for sprintf on m, if m is a character
logical error indicates missing metadata
logical error unsuitable resp_vars
character the warning is an integrity problem, here is the indicator abbreviation..
integer level of the warning message (defaults to 0). Higher levels are more severe.
logical Display the warning immediately, not only, when the interactive session comes back.
Other condition_functions:
util_condition_constructor_factory()
,
util_deparse1()
,
util_error()
,
util_find_external_functions_in_stacktrace()
,
util_find_first_externally_called_functions_in_stacktrace()
,
util_find_indicator_function_in_callers()
,
util_message()