Learn R Programming

dataquieR (version 2.0.1)

util_condition_constructor_factory: Produce a condition function

Description

Produce a condition function

Usage

util_condition_constructor_factory(
  .condition_type = c("error", "warning", "message")
)

Arguments

.condition_type

character the type of the conditions being created and signaled by the function, "error", "warning", or "message"