util_warning: Produce a warning message with a useful short stack trace.

util_warningR Documentation

Produce a warning message with a useful short stack trace.

Description

Produce a warning message with a useful short stack trace.

Usage

util_warning(
  m,
  ...,
  applicability_problem = NA,
  intrinsic_applicability_problem = NA,
  integrity_indicator = "none",
  level = 0,
  immediate
)

Arguments

m

warning message or a condition

...

arguments for sprintf on m, if m is a character

applicability_problem

logical error indicates missing metadata

intrinsic_applicability_problem

logical error unsuitable resp_vars

integrity_indicator

character the warning is an integrity problem, here is the indicator abbreviation..

level

integer level of the warning message (defaults to 0). Higher levels are more severe.

immediate

logical Display the warning immediately, not only, when the interactive session comes back.

Value

condition the condition object, if the execution is not stopped


dataquieR documentation built on July 26, 2023, 6:10 p.m.